Skip to content

Commit

Permalink
Feature 273 python requirements (#276)
Browse files Browse the repository at this point in the history
* adding literalinclude

* adding a literalinclude

* updating language

* Removed one sentence

---------

Co-authored-by: Julie Prestopnik <jpresto@ucar.edu>
  • Loading branch information
lisagoodrich and jprestop authored Feb 28, 2024
1 parent 3fa6e20 commit d276b49
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions docs/Users_Guide/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,15 @@ typing the command in the CLI and/or make the corresponding edit to

**AuroraDB** could alternately be used as a database in the cloud.

**Python 3.10.4+** - Python 3.10.4 or higher must be installed. METdataio also
requires the Python packages pymysql, pandas, numpy, pyyaml, and lxml. Please refer to the
requirements.txt file for the version numbers.
Python Requirements
-------------------

**Python 3.10.4+** - Python 3.10.4 or higher must be installed.

The requirements below come directly from the **requirements.txt** file
at the top level of the repository.

.. literalinclude:: ../../requirements.txt

Installation
============
Expand Down

0 comments on commit d276b49

Please sign in to comment.