Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-mead authored Feb 22, 2024
1 parent 1c26dda commit 16c9026
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ cd twinLab-Demos

Install the dependencies:
```shell
poetry install
poetry install --no-root
```

Copy the `.env.example` file to `.env`
Expand All @@ -28,7 +28,7 @@ cp .env.example .env
```
and fill out your `twinLab` login details in `.env`

Run the notebook you would like to see, e.g [01-basic notebook](./01-basic.ipynb):
Run the notebook you would like to see, e.g [01-introduction](./01-introduction.ipynb):
```shell
poetry run jupyter notebook 01-basic.ipynb
```
poetry run jupyter notebook 01-introduction.ipynb
```

0 comments on commit 16c9026

Please sign in to comment.