Skip to content
Snippets Groups Projects
Verified Commit 87b64a56 authored by saml's avatar saml :game_die: Committed by GitLab UZH
Browse files

Edit README.md

parent 7eb9bd57
No related branches found
No related tags found
No related merge requests found
Pipeline #442443 passed
......@@ -138,9 +138,9 @@ Alternativ kann [Anaconda](https://www.anaconda.com/download) installiert werden
Beim ersten Mal, muss im Master-Notebook (_0_notebook_master.ipynb) der folgende auskommentierte Code einkommentiert und ausgeführt werden, um alle Python-Module zu installieren:
### Virtuelle Umgebung einrichten
```
$ !pip install virtualenv
$ !virtualenv pymarc_env
$ !.\pymarc_env\Scripts\activate
!pip install virtualenv
!virtualenv pymarc_env
!.\pymarc_env\Scripts\activate
```
### In virtueller Umgebung Module installieren
```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment