File tree Expand file tree Collapse file tree 3 files changed +18
-10
lines changed Expand file tree Collapse file tree 3 files changed +18
-10
lines changed Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ To succesfully use `sisl` these Python packages must be installed:
104
104
- `setuptools `_
105
105
- `numpy `_ (`>=1.9 `)
106
106
- `scipy `_
107
- - `netcdf4-python `_
107
+ - `netCDF4 < netcdf4-py _> `_
108
108
109
109
110
110
API links
Original file line number Diff line number Diff line change 12
12
13
13
Installing sisl using PyPi can be done using
14
14
15
- pip install sisl
15
+ .. code-block :: bash
16
+
17
+ pip install sisl
16
18
17
19
conda
18
20
-----
@@ -24,21 +26,27 @@ Installing sisl using conda can be done using
24
26
On conda sisl is also shipped in a developer installation for more
25
27
up-to-date releases, this may be installed using:
26
28
27
- conda install -c zerothi sisl-dev
29
+ .. code-block :: bash
30
+
31
+ conda install -c zerothi sisl-dev
28
32
29
- Manuel installation
33
+ Manual installation
30
34
-------------------
31
35
32
36
sisl may also be installed using the regular `setup.py ` script.
33
37
To do this the following packages are required to be in `PYTHONPATH `:
34
38
35
39
- `six `_
40
+ - `setuptools `_
36
41
- `numpy `_
37
42
- `scipy `_
38
- - `netCDF4 `_
39
- - `setuptools `_
43
+ - `netCDF4 <netcdf4-py _>`_
40
44
- A fortran compiler
41
45
42
- If the above listed items are installed, sisl can be installed
43
-
44
- python setup.py install --prefix=<prefix>
46
+ If the above listed items are installed, sisl can be installed by first
47
+ downloading the latest release on `this page <gh-releases _>`_.
48
+ Subsequently install sisl by
49
+
50
+ .. code-block :: bash
51
+
52
+ python setup.py install --prefix=< prefix>
Original file line number Diff line number Diff line change 7
7
.. _six: https://pypi.python.org/pypi/six
8
8
.. _setuptools: https://pypi.python.org/pypi/setuptools
9
9
.. _NetCDF: https://www.unidata.ucar.edu/netcdf
10
- .. _netcdf4-python : http://github.com/Unidata/netcdf4-python
10
+ .. _netcdf4-py : http://github.com/Unidata/netcdf4-python
11
11
.. _numpy: http://github.com/numpy/numpy
12
12
.. _scipy: http://github.com/scipy/scipy
13
13
You can’t perform that action at this time.
0 commit comments