1
0
mirror of https://github.com/gsi-upm/soil synced 2025-09-18 14:12:21 +00:00
Files
soil/docs/installation.rst
J. Fernando Sánchez dbc182c6d0 Compatibility with py3.4
2017-10-09 14:44:21 +02:00

25 lines
424 B
ReStructuredText

Installation
------------
The easiest way to install Soil is through pip, with Python >= 3.4:
.. code:: bash
pip install soil
Now test that it worked by running the command line tool
.. code:: bash
soil --help
Or using soil programmatically:
.. code:: python
import soil
print(soil.__version__)
The latest version can be installed through `GitLab <https://lab.cluster.gsi.dit.upm.es/soil/soil.git>`_.