Skip to content

Commit

Permalink
slight update tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
flynnbr11 committed Feb 22, 2021
1 parent 301fb8e commit 25c6fa6
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/tutorial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,12 @@ The steps of preparing the codebase are
python3.6 -m venv qmla-env
source qmla-env/bin/activate
# Download QMLA
git clone --depth 1 https://github.com/username/QMLA.git # REPLACE username
# Download QMLA (!! REPLACE username !!)
git clone --depth 1 https://github.com/username/QMLA.git
# Install dependencies
# Note some packages demand others are installed first, so are in a separate file.
# Note some packages demand others are installed first,
# so are in a separate file.
cd QMLA
pip install -r requirements.txt
pip install -r requirements_further.txt
Expand Down

0 comments on commit 25c6fa6

Please sign in to comment.