From 3547f26642f4d3cd3b97e7782d4839b77712a6b1 Mon Sep 17 00:00:00 2001 From: Matteo Manica Date: Tue, 22 Feb 2022 08:07:43 +0100 Subject: [PATCH] docs: updating notebooks reqs and instructions. Signed-off-by: Matteo Manica --- notebooks/README.md | 6 ++++++ notebooks/requirements.txt | 1 + 2 files changed, 7 insertions(+) diff --git a/notebooks/README.md b/notebooks/README.md index 0bf8990b9..105cda141 100644 --- a/notebooks/README.md +++ b/notebooks/README.md @@ -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 diff --git a/notebooks/requirements.txt b/notebooks/requirements.txt index e4b2434c1..8efacb790 100644 --- a/notebooks/requirements.txt +++ b/notebooks/requirements.txt @@ -2,3 +2,4 @@ jupyter==1.0.0 mols2grid==0.2.0 seaborn==0.11.2 tqdm==4.62.3 +gt4sd>=0.22.5