File tree 1 file changed +6
-10
lines changed
1 file changed +6
-10
lines changed Original file line number Diff line number Diff line change 50
50
Dependencies
51
51
++++++++++++
52
52
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 ** \
54
54
The following package is required before install ``obstools``:
55
55
56
56
- `stdb <https://github.com/paudetseis/StDb>`_
66
66
67
67
.. sourcecode:: bash
68
68
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
70
70
71
71
Activate the newly created environment:
72
72
73
73
.. sourcecode:: bash
74
74
75
75
conda activate obs
76
76
77
- Installing from Pypi
78
- ++++++++++++++++++++
79
-
80
- - Install dependencies:
77
+ Install dependency:
81
78
82
79
.. sourcecode:: bash
83
80
84
81
pip install stdb
85
82
86
- - Install ``obstools``:
83
+ Installing development branch on GitHub
84
+ +++++++++++++++++++++++++++++++++++++++
87
85
88
86
.. sourcecode:: bash
89
87
90
- pip install obstools
91
-
88
+ pip install obstools@git+https://github.com/nfsi-canada/obstools
92
89
93
90
Installing from source
94
91
++++++++++++++++++++++
104
101
105
102
.. sourcecode:: bash
106
103
107
- pip install stdb
108
104
pip install .
109
105
110
106
"""
You can’t perform that action at this time.
0 commit comments