Skip to content

Commit 5452e5a

Browse files
committed
updated install instructions
1 parent 754cf39 commit 5452e5a

File tree

1 file changed

+6
-10
lines changed

1 file changed

+6
-10
lines changed

obstools/__init__.py

+6-10
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
Dependencies
5151
++++++++++++
5252
53-
The current version has been tested using **Python 3.6, 3.7 and 3.8** \
53+
The current version has been tested using **Python 3.10** \
5454
The following package is required before install ``obstools``:
5555
5656
- `stdb <https://github.com/paudetseis/StDb>`_
@@ -66,29 +66,26 @@
6666
6767
.. sourcecode:: bash
6868
69-
conda create -n obs python=3.7 obspy -c conda-forge
69+
conda create -n obs "python=3.10" "setuptools=60"" obspy -c conda-forge
7070
7171
Activate the newly created environment:
7272
7373
.. sourcecode:: bash
7474
7575
conda activate obs
7676
77-
Installing from Pypi
78-
++++++++++++++++++++
79-
80-
- Install dependencies:
77+
Install dependency:
8178
8279
.. sourcecode:: bash
8380
8481
pip install stdb
8582
86-
- Install ``obstools``:
83+
Installing development branch on GitHub
84+
+++++++++++++++++++++++++++++++++++++++
8785
8886
.. sourcecode:: bash
8987
90-
pip install obstools
91-
88+
pip install obstools@git+https://github.com/nfsi-canada/obstools
9289
9390
Installing from source
9491
++++++++++++++++++++++
@@ -104,7 +101,6 @@
104101
105102
.. sourcecode:: bash
106103
107-
pip install stdb
108104
pip install .
109105
110106
"""

0 commit comments

Comments
 (0)