fix setup bug

This commit is contained in:
Ren Pang 2022-03-24 21:06:28 -04:00
parent 5a5cb82537
commit f549ed2e61
4 changed files with 4 additions and 4 deletions

View File

@ -41,7 +41,7 @@ jobs:
- name: Install XAutoDL from source
run: |
python setup.py install
pip install .
- name: Test Search Space
run: |

View File

@ -26,7 +26,7 @@ jobs:
- name: Install XAutoDL from source
run: |
python setup.py install
pip install .
- name: Test Xmisc
run: |

View File

@ -26,7 +26,7 @@ jobs:
- name: Install XAutoDL from source
run: |
python setup.py install
pip install .
- name: Test Super Model
run: |

View File

@ -89,7 +89,7 @@ At this moment, this project provides the following algorithms and scripts to ru
## Requirements and Preparation
**First of all**, please use `python setup.py install` to install `xautodl` library.
**First of all**, please use `pip install .` to install `xautodl` library.
Please install `Python>=3.6` and `PyTorch>=1.5.0`. (You could use lower versions of Python and PyTorch, but may have bugs).
Some visualization codes may require `opencv`.