We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4eca11a commit 68a4450Copy full SHA for 68a4450
README.md
@@ -7,7 +7,7 @@ Game-theoretic adversarial machine learning library providing a set of learner a
7
8
### Installation
9
To install the dependencies for `adlib` do `pip install -r requirements.txt`. See below for a list of dependencies.
10
-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`.
11
12
#### Dependencies
13
* Python3
0 commit comments