Skip to content

Commit

Permalink
readme fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrolexa committed Feb 10, 2025
1 parent 7ff68a0 commit 9ad4920
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@ JupyterLab could also be installed providing the `jupyter` option:
If you have already have conda or mamba installed, you can create environment with:
conda create -n pyps matplotlib shapely pyqt tqdm scikit-image qtpy jupyterlab
conda create -n pyps python=3.12.8 matplotlib shapely pyqt tqdm scikit-image qtpy jupyterlab
or
mamba create -n pyps matplotlib shapely pyqt tqdm scikit-image qtpy jupyterlab
mamba create -n pyps python=3.12.8 matplotlib shapely pyqt tqdm scikit-image qtpy jupyterlab
Then activate the new environment:
Expand Down

0 comments on commit 9ad4920

Please sign in to comment.