Skip to content

Commit

Permalink
Merge pull request #6 from stanfordbshan:dev
Browse files Browse the repository at this point in the history
Modify the installation guide
  • Loading branch information
wuyaos authored Mar 10, 2023
2 parents c4e3c0d + 42f483f commit 3eef913
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,18 +21,10 @@ download the install script:[install_wheel.bat](https://raw.githubusercontent.co
./install_wheel.sh # linux
```
### 2) Manual installation
- install requires package
```shell
pip install ase numpy
pip install ase numpy scikit-learn
pip install https://raw.githubusercontent.com/stanfordbshan/HTMACat-kit/master/requires_wheel/FireWorks-2.0.3-py3-none-any.whl
pip install https://raw.githubusercontent.com/stanfordbshan/HTMACat-kit/master/requires_wheel/CatKit-0.5.4-py3-none-any.whl
```
- from setup.py
```shell
python setup.py install
```
- from wheel
```
pip install https://raw.githubusercontent.com/stanfordbshan/HTMACat-kit/master/requires_wheel/HTMACat-1.0.0-py3-none-any.whl
```

Expand Down

0 comments on commit 3eef913

Please sign in to comment.