From 6cc01ef5966bfc60e5b9106bd5c1875124eb253c Mon Sep 17 00:00:00 2001 From: Kolja Beigel Date: Sat, 10 Jun 2023 17:26:48 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b20d9eb..9ba17a3 100644 --- a/README.md +++ b/README.md @@ -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`