Skip to content

Commit

Permalink
Update Readme.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
WolfBunke authored Sep 20, 2018
1 parent 1db2e7c commit 37e746c
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Installation
============

.. code-block::
$ virtualenv renpass_importer --clear -p python3.5
$ source bin/activate
$ pip3 install -r requirements.txt
Expand All @@ -17,9 +18,9 @@ Installation
How to import scnario csv files to the oedb
===========================================


.. code-block::
python3 scenario_import.py "/PATH/status_quo.csv" "/PATH/status_quo_seq.csv" "/PATH/results/scenario_status_quo_-dd-dd_results_complete.csv" -n "status quo" -c "scenario of sensitivity"
$ python3 scenario_import.py "/PATH/status_quo.csv" "/PATH/status_quo_seq.csv" "/PATH/results/scenario_status_quo_-dd-dd_results_complete.csv" -n "status quo" -c "scenario of sensitivity"
Expand Down

0 comments on commit 37e746c

Please sign in to comment.