Skip to content

Commit

Permalink
Update ReadMe.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hcji committed Oct 12, 2023
1 parent 46a5d45 commit 6a43e95
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,21 +13,21 @@ Please follow the following installation steps:
1. Install [Anaconda](https://www.anaconda.com/) or [Miniconda](https://docs.conda.io/en/latest/miniconda.html)
2. Create a new conda environment and activate:

conda create -n deepmass python=3.8.13
conda activate deepmass
conda create -n deepmass python=3.8.13
conda activate deepmass

3. Clone the repository and enter:

git clone https://github.com/hcji/DeepMASS2_GUI.git
cd DeepMASS2_GUI
git clone https://github.com/hcji/DeepMASS2_GUI.git
cd DeepMASS2_GUI

4. Install dependency:

pip install -r requirements.txt
pip install -r requirements.txt

5. Run DeepMASS

python DeepMASS2.py
python DeepMASS2.py


## Release
Expand Down

0 comments on commit 6a43e95

Please sign in to comment.