From 9f62e0cd94177a53f1ab53d9675e4b505f86833a Mon Sep 17 00:00:00 2001 From: morLev <31830533+morLev@users.noreply.github.com> Date: Tue, 26 Mar 2024 10:51:13 +0000 Subject: [PATCH] Update install.md removing nox from readme --- docs/install.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/docs/install.md b/docs/install.md index 7e8c6109ef..e0fccaddf1 100644 --- a/docs/install.md +++ b/docs/install.md @@ -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