1
0
mirror of https://github.com/gsi-upm/soil synced 2024-09-20 23:41:41 +00:00
soil/docs/installation.rst

25 lines
476 B
ReStructuredText
Raw Normal View History

2017-04-25 11:11:39 +00:00
Installation
------------
2017-10-09 12:44:21 +00:00
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
2017-04-25 11:11:39 +00:00
.. code:: bash
soil --help
Or, if you're using using soil programmatically:
.. code:: python
import soil
print(soil.__version__)
The latest version can be installed through `GitLab <https://lab.gsi.upm.es/soil/soil.git>`_ or `GitHub <https://github.com/gsi-upm/soil>`_.