Skip to content

Commit

Permalink
update instructions for how to install from source
Browse files Browse the repository at this point in the history
  • Loading branch information
wesk committed Apr 17, 2023
1 parent 090bf07 commit ce47b7a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,14 @@ To install Syne Tune from pip, you can simply do:
pip install 'syne-tune[extra]'
```

or to get the latest version from git:
or to install the latest version from source (necessary to run the scripts in the [examples/](https://github.com/awslabs/syne-tune/tree/main/examples) folder):

```bash
git clone https://github.com/awslabs/syne-tune.git
cd syne-tune
python3 -m venv st_venv
. st_venv/bin/activate
pip install wheel
pip install --upgrade pip
pip install -e '.[extra]'
```
Expand Down
1 change: 1 addition & 0 deletions docs/source/getting_started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ install Syne Tune from source:
cd syne-tune
python3 -m venv st_venv
. st_venv/bin/activate
pip install wheel
pip install --upgrade pip
pip install -e '.[extra]'
Expand Down

0 comments on commit ce47b7a

Please sign in to comment.