Skip to content

Commit

Permalink
Modify installation docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jdehning committed Mar 1, 2021
1 parent 0329a9d commit 3c5437b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/source/doc/getting_started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,13 @@ We use some functions of our `toolbox for inference and forecast of the spread o
git clone --recurse-submodules git@github.com:Priesemann-Group/covid19_npis_europe.git
Next install all required python libaries.
Next install all required python libaries. Tensorflow isn't put in the
requirements.txt to allow the installation of another distribution (tensorflow-gpu for instance)

.. code-block:: console
pip install -r requirements.txt
pip install tensorflow==2.4.1
pip install -r requirements.txt
Now we should be setup and ready to run our code or look into the source code.
Expand Down

0 comments on commit 3c5437b

Please sign in to comment.