Diff of /README.md [000000] .. [bc293e]

Switch to unified view

a b/README.md
1
## Install
2
3
- Install Anaconda/Miniconda
4
- Create conda env
5
- Activate the environment
6
- Run the following command:
7
8
    `while read requirement; do conda install --yes $requirement || pip install $requirement; done < requirements.txt`