Skip to content

Commit

Permalink
Merge b321b1f into 0c57eda
Browse files Browse the repository at this point in the history
  • Loading branch information
enzanki-ars committed Mar 12, 2020
2 parents 0c57eda + b321b1f commit 9ee2caa
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,7 @@ build/
carball.egg*
dist/
*ipynb*
protobuf-*
carball/generated/binaries/protoc

!/carball/tests/replays/
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,13 @@ python init.py
```
git clone https://github.com/SaltieRL/carball
cd carball/
./_travis/install-protoc.sh
python init.py
chmod +x _travis/install-protoc.sh
./_travis/install-protoc.sh 2.6.1
mkdir -p carball/generated/binaries/.libs/
ln -s ../../../protobuf-2.6.1/src/.libs/ carball/generated/binaries/
pip3 install -r requirements.txt
pip3 install -r requirements-test.txt
python3 init.py
```

## Examples / Usage
Expand Down
Empty file modified _travis/install-protoc.sh
100644 → 100755
Empty file.
1 change: 1 addition & 0 deletions carball/generated/binaries/.libs

0 comments on commit 9ee2caa

Please sign in to comment.