Skip to content

Commit

Permalink
Update install.md
Browse files Browse the repository at this point in the history
removing nox from readme
  • Loading branch information
morLev authored Mar 26, 2024
1 parent 0121448 commit 9f62e0c
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,14 +132,6 @@ In a nutshell:
./open_spiel/scripts/build_and_run_tests.sh
```

**Building and testing using PIP**

```bash
python3 -m pip install .
python3 -m pip install nox
nox -s tests
```

Optionally, use `pip install -e` to install in
[editable mode](https://pip.pypa.io/en/stable/reference/pip_install/#editable-installs),
which will allow you to skip this `pip install` step if you edit any Python
Expand Down

0 comments on commit 9f62e0c

Please sign in to comment.