Skip to content

Commit

Permalink
Update README.md (#154)
Browse files Browse the repository at this point in the history
* Update README.md

* Update index.md
  • Loading branch information
tschm authored Jul 30, 2023
1 parent 61355e4 commit 2072008
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ We assume you share already the love for [Poetry](https://python-poetry.org).
Once you have installed poetry you can perform

```bash
poetry install
make install
```

to replicate the virtual environment we have defined in pyproject.toml.
Expand Down
4 changes: 2 additions & 2 deletions book/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ supporting all plots defined in quantstats.
We assume you share already the love for [Poetry](https://python-poetry.org). Once you have installed poetry you can perform

```bash
poetry install
make install
```

to replicate the virtual environment we have defined in pyproject.toml.
Expand All @@ -161,7 +161,7 @@ to replicate the virtual environment we have defined in pyproject.toml.
We install [JupyterLab](https://jupyter.org) within your new virtual environment. Executing

```bash
./create_kernel.sh
make kernel
```

constructs a dedicated [Kernel](https://docs.jupyter.org/en/latest/projects/kernels.html) for the project.

0 comments on commit 2072008

Please sign in to comment.