Skip to content

Commit

Permalink
Cairo v0.2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
liorgold2 committed Jun 13, 2021
1 parent 95e5c4c commit 5445235
Show file tree
Hide file tree
Showing 201 changed files with 10,295 additions and 1,291 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/build/
__pycache__/
cairo-lang-*.zip
/.vscode/
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ RUN src/starkware/cairo/lang/package_test/run_test.sh

# Build the Visual Studio Code extension.
WORKDIR /app/src/starkware/cairo/lang/ide/vscode-cairo
RUN npm install -g vsce
RUN npm install -g vsce@1.87.1
RUN npm install
RUN vsce package

Expand Down
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.1.0)
[github](https://github.com/starkware-libs/cairo-lang/releases/tag/v0.2.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.1.0.zip .
> docker cp ${container_id}:/app/cairo-lang-0.2.0.zip .
> docker rm -v ${container_id}
```

Loading

0 comments on commit 5445235

Please sign in to comment.