Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Installation and usage update
  • Loading branch information
zengjiexia authored May 17, 2021
1 parent be50d5e commit 6e9dc4d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Requirements
- os
- sys
- re
- tqdm
- [numpy](https://numpy.org/)
- [pandas](https://pandas.pydata.org/)
- [scikit-image](https://scikit-image.org/)
Expand All @@ -24,10 +25,20 @@ Requirements
- [Fiji(is just imagej)](https://imagej.net/Fiji)
- [ComDet](https://github.com/ekatrukha/ComDet)

Installation
------------
Please install Anaconda for environment management.
```sh
cd /path-to-folder/
setup_conda_env.bat
```

Usage
-----
*The program only support windows system for now*

Command line tool:
```sh
conda activate DLA_python3
python /path_to/main.py
```

0 comments on commit 6e9dc4d

Please sign in to comment.