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 25c6fa6 commit f9e0f92
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/tutorial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ Notes:
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/>`_.
If using ``virtualenvwrapper``, generate and activate a ``venv`` and disregard step 2 below.
4. In the following installation steps, ensure to replace ``python3.6`` with your preferred Python
version. Python3.6 (or above) is preferred.


The steps of preparing the codebase are
Expand All @@ -53,7 +56,7 @@ The steps of preparing the codebase are
sudo apt install redis-server
# Ensure access to python dev tools
sudo apt-get install python3-dev
sudo apt-get install python3.6-dev
# make directory for QMLA
cd
Expand Down

0 comments on commit f9e0f92

Please sign in to comment.