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 9966dbd commit 301fb8e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/tutorial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@ command line.
Notes:

1. these instructions are tested for Linux and presumed to work on Mac, but untested on Windows.
It is likely some of the underlying software (redis servers) can not be installed on Windows,
so running on *Windows Subsystem for Linux* is advised.
It is likely some of the underlying software (redis servers) can not be installed on Windows,
so running on *Windows Subsystem for Linux* is advised.
2. Python development tools are required by some packages:
if the `pip install -r requirements` fail, here are some `possible solutions
<https://stackoverflow.com/questions/21530577/fatal-error-python-h-no-such-file-or-directory>`_.
if the ``pip install -r requirements`` fail, here are some `possible solutions
<https://stackoverflow.com/questions/21530577/fatal-error-python-h-no-such-file-or-directory>`_.
3. Here we recommend using a virtual environment to manage the :term:`QMLA` ecosystem;
a resource for managing virtual environments is `virtualenvwrapper
<https://realpython.com/python-virtual-environments-a-primer/>`_.
a resource for managing virtual environments is `virtualenvwrapper
<https://realpython.com/python-virtual-environments-a-primer/>`_.


The steps of preparing the codebase are
Expand Down

0 comments on commit 301fb8e

Please sign in to comment.