Skip to content

Commit

Permalink
Merge ba48131 into 7f188c8
Browse files Browse the repository at this point in the history
  • Loading branch information
enzanki-ars committed May 2, 2020
2 parents 7f188c8 + ba48131 commit 8ae1951
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,6 +12,8 @@ build/
carball.egg*
dist/
*ipynb*
protobuf-*
carball/generated/binaries/protoc

!/carball/tests/replays/
.vscode
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 8ae1951

Please sign in to comment.