Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
CYF2000127 authored Sep 29, 2024
1 parent 9c8571e commit 54d2b04
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Clone the following repositories:
git clone https://github.com/CYF2000127/MolNexTR
```
### Example usage of the model
1. First create and activate a [conda](https://numdifftools.readthedocs.io/en/stable/how-to/create_virtual_env_with_conda.html) environment with the following command in a Linux environment:
1. First create and activate a [conda](https://numdifftools.readthedocs.io/en/stable/how-to/create_virtual_env_with_conda.html) environment with the following command in a Linux, Windows, or Mac environment:
```
conda create -n molnextr python=3.8
conda activate molnextr
Expand Down Expand Up @@ -93,6 +93,7 @@ For training and inference, please download the following datasets to your own p


### Train
Note: we recommend users to use linux to train the model.
Run the following command:
```
sh ./exps/train.sh
Expand Down

0 comments on commit 54d2b04

Please sign in to comment.