Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kruegert authored Feb 1, 2021
1 parent 7d9f60f commit 2b6952c
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ It is built with a python [Flask](http://flask.pocoo.org/) backend and a [Node.j
* Create env: `conda env create -f requirements.yml`

##### Activate Environment
* Active environment: `conda activate cycif_viewer`.
* Active environment: `conda activate cycif_viewer`


##### Start the Server
Expand All @@ -34,14 +34,14 @@ It is built with a python [Flask](http://flask.pocoo.org/) backend and a [Node.j

##### Windows

* Create alternative conda env without mkl: `conda create --name nomkl`.
* Active environment: `conda activate nomkl`.
* Run `pip install -r requirements.txt`.
* Run `package_win.bat`.
* Create alternative conda env without mkl: `conda create --name nomkl`
* Active environment: `conda activate nomkl`
* Run `pip install -r requirements.txt`
* Run `package_win.bat`

##### MacOS

* Create env: `conda env create -f requirements.yml`
* Active environment: `conda activate cycif_viewer`.
* Run `bash package_mac.sh`.
* Active environment: `conda activate cycif_viewer`
* Run `bash package_mac.sh`

0 comments on commit 2b6952c

Please sign in to comment.