1
0
mirror of https://github.com/gsi-upm/soil synced 2025-08-24 03:52:20 +00:00

Fix Windows bug

Update URLs to gsi.upm.es
This commit is contained in:
J. Fernando Sánchez
2020-07-07 10:57:10 +02:00
parent 6adc8d36ba
commit 6118f917ee
8 changed files with 11 additions and 7 deletions

View File

@@ -14,11 +14,11 @@ Now test that it worked by running the command line tool
soil --help
Or using soil programmatically:
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.cluster.gsi.dit.upm.es/soil/soil.git>`_.
The latest version can be installed through `GitLab <https://lab.gsi.upm.es/soil/soil.git>`_ or `GitHub <https://github.com/gsi-upm/soil>`_.