Skip to content
Snippets Groups Projects
Commit b90628e9 authored by Carsten Hinz's avatar Carsten Hinz
Browse files

changed forumlation

parent a74a9f46
Branches
Tags
2 merge requests!11Creation of first beta release version,!1added jupyter as dependency
This commit is part of merge request !1. Comments created here will be created in the context of that merge request.
......@@ -41,11 +41,11 @@ After installing poetry, you can simply install all required dependencies for th
poetry install
```
This also leads to a creation of a virtual enviorment.Virtual enviorment are designed to ensure, that different projects do not interfere with their dependencies.
To run a script or a jupyter notebook in the virtual enviorment simply run
To run a jupyter notebook in the virtual enviorment execute
```
poetry run jupyter notebook
```
or
and to run a script use
```
poetry run python [/path/to/scriptname.py]
```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment