diff --git a/README.md b/README.md index fbc8534..78e2a00 100644 --- a/README.md +++ b/README.md @@ -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 numpy matplotlib scipy networkx shapely pyqt tqdm jupyterlab + conda create -n pyps matplotlib shapely pyqt tqdm scikit-image qtpy jupyterlab or - mamba create -n pyps numpy matplotlib scipy networkx shapely pyqt tqdm jupyterlab + mamba create -n pyps matplotlib shapely pyqt tqdm scikit-image qtpy jupyterlab Then activate the new environment: