Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
43 changes: 20 additions & 23 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,29 +130,26 @@ To deactivate later: `deactivate`
<img src="imgs/virtual-env.gif" alt="Virtual environment setup">

### 3. Install Dependencies

Select the requirements file matching your OS and Python version (3.11, 3.12, and 3.13 are supported):

**Windows:**
```bash
pip install -r requirements-py311-win64.txt # Python 3.11
pip install -r requirements-py312-win64.txt # Python 3.12
pip install -r requirements-py313-win64.txt # Python 3.13
```

**Linux:**
```bash
pip install -r requirements-py311-linux.txt # Python 3.11
pip install -r requirements-py312-linux.txt # Python 3.12
pip install -r requirements-py313-linux.txt # Python 3.13
```

**macOS (Apple Silicon):**
```bash
pip install -r requirements-py311-macos_arm64.txt # Python 3.11
pip install -r requirements-py312-macos_arm64.txt # Python 3.12
pip install -r requirements-py313-macos_arm64.txt # Python 3.13
```
Install the appropriate requirements file based on your operating system and Python version.
In case you are using version Python 3.12.

**For Windows Users:**
```bash
pip install -r requirements-py312-win64.txt --timeout=100
```
**For Linux Users:**
```bash
pip install -r requirements-py312-linux.txt --timeout=100
```
**For macOS (Apple Silicon) Users: **
```bash
pip install -r requirements-py312-macos_arm64.txt --timeout=100
```

**Note:** to check your current python version, run the following command
```bash
python --version
```

To check your Python version: `python --version`

Expand Down
2 changes: 1 addition & 1 deletion requirements-py311-linux.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# From OQ wheels
#
https://wheelhouse.openquake.org/v3/linux/py311/fiona-1.10.1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
https://wheelhouse.openquake.org/v3/linux/py311/gdal-3.10.3-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
https://wheelhouse.openquake.org/v3/linux/py311/gdal-3.13.1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
https://wheelhouse.openquake.org/v3/linux/py311/h5py-3.13.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
https://wheelhouse.openquake.org/v3/linux/py311/llvmlite-0.44.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
https://wheelhouse.openquake.org/v3/linux/py311/matplotlib-3.10.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Expand Down
2 changes: 1 addition & 1 deletion requirements-py311-macos_arm64.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
https://wheelhouse.openquake.org/v3/macos/arm64/py311/fiona-1.10.1-cp311-cp311-macosx_11_0_arm64.whl
https://wheelhouse.openquake.org/v3/macos/arm64/py311/gdal-3.10.3-cp311-cp311-macosx_11_0_arm64.whl
https://wheelhouse.openquake.org/v3/macos/arm64/py311/gdal-3.13.1-cp311-cp311-macosx_14_0_arm64.whl
https://wheelhouse.openquake.org/v3/macos/arm64/py311/h5py-3.13.0-cp311-cp311-macosx_11_0_arm64.whl
https://wheelhouse.openquake.org/v3/macos/arm64/py311/llvmlite-0.44.0-cp311-cp311-macosx_11_0_arm64.whl
https://wheelhouse.openquake.org/v3/macos/arm64/py311/matplotlib-3.10.1-cp311-cp311-macosx_11_0_arm64.whl
Expand Down
2 changes: 1 addition & 1 deletion requirements-py311-win64.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# From OQ wheels

https://wheelhouse.openquake.org/v3/windows/py311/fiona-1.10.1-cp311-cp311-win_amd64.whl
https://wheelhouse.openquake.org/v3/windows/py311/gdal-3.10.2-cp311-cp311-win_amd64.whl
https://wheelhouse.openquake.org/v3/windows/py311/gdal-3.11.4-cp311-cp311-win_amd64.whl
https://wheelhouse.openquake.org/v3/windows/py311/h5py-3.13.0-cp311-cp311-win_amd64.whl
https://wheelhouse.openquake.org/v3/windows/py311/llvmlite-0.44.0-cp311-cp311-win_amd64.whl
https://wheelhouse.openquake.org/v3/windows/py311/matplotlib-3.10.1-cp311-cp311-win_amd64.whl
Expand Down
2 changes: 1 addition & 1 deletion requirements-py312-linux.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# From OQ wheels
#
https://wheelhouse.openquake.org/v3/linux/py312/fiona-1.10.1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
https://wheelhouse.openquake.org/v3/linux/py312/gdal-3.10.3-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
https://wheelhouse.openquake.org/v3/linux/py312/gdal-3.13.1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
https://wheelhouse.openquake.org/v3/linux/py312/h5py-3.13.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
https://wheelhouse.openquake.org/v3/linux/py312/llvmlite-0.44.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
https://wheelhouse.openquake.org/v3/linux/py312/matplotlib-3.10.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Expand Down
2 changes: 1 addition & 1 deletion requirements-py312-macos_arm64.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
https://wheelhouse.openquake.org/v3/macos/arm64/py312/fiona-1.10.1-cp312-cp312-macosx_11_0_arm64.whl
https://wheelhouse.openquake.org/v3/macos/arm64/py312/gdal-3.10.3-cp312-cp312-macosx_11_0_arm64.whl
https://wheelhouse.openquake.org/v3/macos/arm64/py312/gdal-3.13.1-cp312-cp312-macosx_14_0_arm64.whl
https://wheelhouse.openquake.org/v3/macos/arm64/py312/h5py-3.13.0-cp312-cp312-macosx_11_0_arm64.whl
https://wheelhouse.openquake.org/v3/macos/arm64/py312/llvmlite-0.44.0-cp312-cp312-macosx_11_0_arm64.whl
https://wheelhouse.openquake.org/v3/macos/arm64/py312/matplotlib-3.10.1-cp312-cp312-macosx_11_0_arm64.whl
Expand Down
2 changes: 1 addition & 1 deletion requirements-py312-win64.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# From OQ wheels
#
https://wheelhouse.openquake.org/v3/windows/py312/fiona-1.10.1-cp312-cp312-win_amd64.whl
https://wheelhouse.openquake.org/v3/windows/py312/gdal-3.10.2-cp312-cp312-win_amd64.whl
https://wheelhouse.openquake.org/v3/windows/py312/gdal-3.11.4-cp312-cp312-win_amd64.whl
https://wheelhouse.openquake.org/v3/windows/py312/h5py-3.13.0-cp312-cp312-win_amd64.whl
https://wheelhouse.openquake.org/v3/windows/py312/llvmlite-0.44.0-cp312-cp312-win_amd64.whl
https://wheelhouse.openquake.org/v3/windows/py312/matplotlib-3.10.1-cp312-cp312-win_amd64.whl
Expand Down
2 changes: 1 addition & 1 deletion requirements-py313-linux.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# From OQ wheels
#
https://wheelhouse.openquake.org/v3/linux/py313/fiona-1.10.1-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
https://wheelhouse.openquake.org/v3/linux/py313/gdal-3.10.3-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
https://wheelhouse.openquake.org/v3/linux/py313/gdal-3.13.1-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
https://wheelhouse.openquake.org/v3/linux/py313/h5py-3.13.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
https://wheelhouse.openquake.org/v3/linux/py313/llvmlite-0.44.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
https://wheelhouse.openquake.org/v3/linux/py313/matplotlib-3.10.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Expand Down
2 changes: 1 addition & 1 deletion requirements-py313-macos_arm64.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
https://wheelhouse.openquake.org/v3/macos/arm64/py313/fiona-1.10.1-cp313-cp313-macosx_11_0_arm64.whl
https://wheelhouse.openquake.org/v3/macos/arm64/py313/gdal-3.10.3-cp313-cp313-macosx_11_0_arm64.whl
https://wheelhouse.openquake.org/v3/macos/arm64/py313/gdal-3.13.1-cp313-cp313-macosx_14_0_arm64.whl
https://wheelhouse.openquake.org/v3/macos/arm64/py313/h5py-3.13.0-cp313-cp313-macosx_11_0_arm64.whl
https://wheelhouse.openquake.org/v3/macos/arm64/py313/llvmlite-0.44.0-cp313-cp313-macosx_11_0_arm64.whl
https://wheelhouse.openquake.org/v3/macos/arm64/py313/matplotlib-3.10.1-cp313-cp313-macosx_11_0_arm64.whl
Expand Down
2 changes: 1 addition & 1 deletion requirements-py313-win64.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# From OQ wheels
#
https://wheelhouse.openquake.org/v3/windows/py313/fiona-1.10.1-cp313-cp313-win_amd64.whl
https://wheelhouse.openquake.org/v3/windows/py313/gdal-3.10.2-cp313-cp313-win_amd64.whl
https://wheelhouse.openquake.org/v3/windows/py313/gdal-3.11.4-cp313-cp313-win_amd64.whl
https://wheelhouse.openquake.org/v3/windows/py313/h5py-3.13.0-cp313-cp313-win_amd64.whl
https://wheelhouse.openquake.org/v3/windows/py313/llvmlite-0.44.0-cp313-cp313-win_amd64.whl
https://wheelhouse.openquake.org/v3/windows/py313/matplotlib-3.10.1-cp313-cp313-win_amd64.whl
Expand Down
Loading