Skip to content

Commit

Permalink
Improve README section about conversion from py to xlsx
Browse files Browse the repository at this point in the history
  • Loading branch information
Bachibouzouk committed May 15, 2024
1 parent 6513851 commit c8d6854
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -193,13 +193,15 @@ Other options are documented in the help of `ramp`, which you access with the ``
ramp -h
If you have existing python input files, you can convert them to
spreadsheet. Simply run
If you have existing python input files from RAMP version prior to 0.5, you can convert them to
spreadsheets input files. Simply run

.. code-block:: bash
ramp_convert -i <path to the input file you wish to convert>
ramp_convert -i <path to the .py input file you wish to convert>
If you want to save a RAMP model you created with a .py file into a spreadsheet refer to
this `example <https://rampdemand.readthedocs.io/en/latest/examples/using_excel/using_excel.html#exporting-the-database>`_

For other examples of command lines options, such as setting date ranges, please visit `the dedicated section <https://rampdemand.readthedocs.io/en/latest/examples/year_simulation/year_simulation.html#setting-date-range>`_ of the documentation.

Expand Down

0 comments on commit c8d6854

Please sign in to comment.