Skip to content

Commit

Permalink
docs: updating notebooks reqs and instructions.
Browse files Browse the repository at this point in the history
Signed-off-by: Matteo Manica <[email protected]>
  • Loading branch information
drugilsberg committed Feb 22, 2022
1 parent df48a56 commit 3547f26
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions notebooks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ Install requirements:
pip install -r requirements.txt
```

**NOTE:** As of now (:eyes: on [issue](https://github.com/GT4SD/gt4sd-core/issues/31) for changes), some dependencies require installation from GitHub, so make sure they are installed, in case they are not simply run:

```sh
pip install -r ../vcs_requirements.txt
```

Create a dedicated kernel:

```sh
Expand Down
1 change: 1 addition & 0 deletions notebooks/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ jupyter==1.0.0
mols2grid==0.2.0
seaborn==0.11.2
tqdm==4.62.3
gt4sd>=0.22.5

0 comments on commit 3547f26

Please sign in to comment.