Skip to content

Commit

Permalink
old deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Polkas committed Oct 4, 2023
1 parent adaffbe commit 51af539
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ $ .venv\Scripts\activate
optional part end - virtual env

```bash
$ pip install -r requirements.txt
$ pip install ".[all]"
$ # now open any notebook from src/multidim/notebooks in VScode
$ # or use
Expand All @@ -64,7 +65,7 @@ $ git clone https://github.com/YOURUSER/multidim
...
```

Please, `git pull` regulary and `pip install ".[all]"` might be needed too].
Please, `git pull` regulary and `pip install ".[all]"` might be needed too.

## Setup Videos

Expand Down
6 changes: 3 additions & 3 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
myst-nb
sphinx-autoapi
sphinx-rtd-theme
myst-nb==0.17.1
sphinx-autoapi==2.0.0
sphinx-rtd-theme==1.0.0

0 comments on commit 51af539

Please sign in to comment.