Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewsedam authored Jul 19, 2018
1 parent 4eca11a commit 68a4450
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Game-theoretic adversarial machine learning library providing a set of learner a

### Installation
To install the dependencies for `adlib` do `pip install -r requirements.txt`. See below for a list of dependencies.
To install `adlib`, run `python3 setup.py install`. For development, do `python3 setup.py develop`.
To install `adlib`, run `pip3 install adlib` or `python3 setup.py install`. For development, do `python3 setup.py develop`.

#### Dependencies
* Python3
Expand Down

0 comments on commit 68a4450

Please sign in to comment.