Skip to content

Commit

Permalink
Cairo v0.5.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
liorgold2 committed Oct 27, 2021
1 parent f464ec4 commit 3d33c4e
Show file tree
Hide file tree
Showing 165 changed files with 4,747 additions and 3,515 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ We recommend starting from [Setting up the environment](https://cairo-lang.org/d
# Installation instructions

You should be able to download the python package zip file directly from
[github](https://github.com/starkware-libs/cairo-lang/releases/tag/v0.4.2)
[github](https://github.com/starkware-libs/cairo-lang/releases/tag/v0.5.0)
and install it using ``pip``.
See [Setting up the environment](https://cairo-lang.org/docs/quickstart.html).

Expand Down Expand Up @@ -54,7 +54,7 @@ Once the docker image is built, you can fetch the python package zip file using:

```bash
> container_id=$(docker create cairo)
> docker cp ${container_id}:/app/cairo-lang-0.4.2.zip .
> docker cp ${container_id}:/app/cairo-lang-0.5.0.zip .
> docker rm -v ${container_id}
```

Loading

0 comments on commit 3d33c4e

Please sign in to comment.