Skip to content

Commit

Permalink
Merge pull request #163 from Happy-Algorithms-League/doc/installation…
Browse files Browse the repository at this point in the history
…_instructions

Add installation instructions for individual extra requirements
  • Loading branch information
jakobj committed Jul 1, 2020
2 parents 2cdbb75 + be885b1 commit 22dbdec
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,11 @@ This library depends on some optional packages defined in `extra_requirements.tx
pip install hal-cgp[all]
```

You can also install individual extra requirements by specifying the package name (without version number) in square brackets, e.g., to install the `torch` dependency:
```shell script
pip install hal-cgp[torch]
```

The adventurous can install the most recent development version directly from our master branch (don't use this in production unless there are good reasons!):
```shell script
git clone git@github.com:Happy-Algorithms-League/hal-cgp.git
Expand Down

0 comments on commit 22dbdec

Please sign in to comment.