We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eda0915 commit 38b326cCopy full SHA for 38b326c
README.rst
@@ -41,12 +41,14 @@ Install GDAL:
41
42
Install COSIPY with pip (for general use):
43
.. code-block:: console
44
+
45
pip install cosipymodel
46
cosipy-setup # generate template configuration files
47
cosipy-help # view help
48
49
Install COSIPY from source (for development):
50
51
52
git clone https://github.com/cryotools/cosipy.git
53
pip install -r requirements.txt # install default environment
54
pip install -r dev_requirements.txt # install dev environment
0 commit comments