Skip to content

Commit

Permalink
Add -r flag, rm old install script, add clone instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
emnigma authored and gsvgit committed Jan 25, 2024
1 parent 350efe5 commit e037d58
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
6 changes: 0 additions & 6 deletions AIAgent/install_script.sh

This file was deleted.

3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Python infrastructure to train paths selectors for symbolic execution engines.

This repository contains submodules, so use the following command to get sources locally.
```sh
git clone https://github.com/gsvgit/PySymGym.git
git submodule update --init --recursive
```

Expand All @@ -21,7 +22,7 @@ Create & activate virtual environment:
python3 -m pip install virtualenv
python3 -m virtualenv .env
source .env/bin/activate
pip install requirements.txt
pip install -r requirements.txt
```

### GPU installation:
Expand Down

0 comments on commit e037d58

Please sign in to comment.