Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Frank Tjado Ihmels
medienverarbeitung17.projectmood
Commits
ad9e1097
Commit
ad9e1097
authored
Jan 25, 2018
by
tihmels
Browse files
Readme aktualisiert
parent
05804113
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.rst
View file @
ad9e1097
...
...
@@ -9,8 +9,7 @@ Topic H - What mood expression is this?
Setup
=====
1. Falls nicht vorhanden, _pip installieren
.. _pip: https://pip.pypa.io/en/stable/installing/
1. Falls nicht vorhanden, `pip <https://pip.pypa.io/en/stable/installing/>`_ installieren
2. Falls nicht vorhanden, pip3 installieren::
...
...
@@ -22,14 +21,15 @@ Setup
pip3 install --upgrade pip
3
.
E
ine virtuelle Umgebung
im lokalen Projektordner
anlegen::
4
.
Bei Bedarf e
ine virtuelle Umgebung anlegen::
cd /Pfad/zum/Projekt
python3 -m venv
python3 -m venv <pfad>
4. Umgebung in der Konsole aktivieren::
venv\Scripts\activate.bat
<pfad>\Scripts\activate.bat - Windows
source <pfad>/bin/activate - macOS
5. Dependencies aus requirements.txt installieren::
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment