Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
KoljaB committed Jun 10, 2023
1 parent 751c9de commit 6cc01ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Für einen OpenAI API key gegebenenfalls Account bei OpenAI eröffnen ([platform
- [Python 3.9.9](https://www.python.org/downloads/release/python-399/) installieren
- Linguflex Repository kopieren ("klonen")
Zip-File herunterladen und entpacken oder bei installiertem Github `git clone https://github.com/KoljaB/Linguflex.git` ausführen
- in das Verzeichnis wechseln `cd linguflex`, (optional) virtuelle Umgebung erstellen mit `python -m venv env` und `env/Scripts/activate`
- in das Verzeichnis wechseln `cd linguflex`, (optional) virtuelle Umgebung erstellen mit `python -m venv env` und `env\Scripts\activate`
- Abhängigkeiten installieren
für die Vanilla-Installation: `pip install -r requirements.txt`
für die Basis-Installation: `pip install -r requirements_basic.txt`
Expand Down

0 comments on commit 6cc01ef

Please sign in to comment.