Skip to content
Snippets Groups Projects
Commit 05c66f66 authored by Son Phan's avatar Son Phan
Browse files

update readmes

parent 4dc6288f
No related branches found
No related tags found
No related merge requests found
......@@ -9,4 +9,9 @@ setenv LD_LIBRARY_PATH "${CONDA_PREFIX}/lib:${LD_LIBRARY_PATH}"
jupyter notebook
```
If the conda env `qlife25-unet` is not found. Install it using `unet_env.yml` file
```
setconda
conda env create -f unet_env.yml
```
\ No newline at end of file
......@@ -6,4 +6,16 @@ To run the notebook:
setconda
conda activate /users/bioensei/mphan/.conda/envs/qlife25-cellpose
jupyter notebook
```
If the conda env `qlife25-cellpose` is not found. Install it by following commands
```
setconda
conda create -n qlife25-cellpose python=3.10 -y
conda activate qlife-cellpose
conda install pytorch=1.12.0 cudatoolkit=11.3 -c pytorch
pip uninstall torch
pip install 'cellpose[gui]'
pip install notebook==6.1.5 scikit-image matplotlib
```
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment