fix setup bug
This commit is contained in:
parent
5a5cb82537
commit
f549ed2e61
2
.github/workflows/test-basic.yaml
vendored
2
.github/workflows/test-basic.yaml
vendored
@ -41,7 +41,7 @@ jobs:
|
||||
|
||||
- name: Install XAutoDL from source
|
||||
run: |
|
||||
python setup.py install
|
||||
pip install .
|
||||
|
||||
- name: Test Search Space
|
||||
run: |
|
||||
|
2
.github/workflows/test-misc.yaml
vendored
2
.github/workflows/test-misc.yaml
vendored
@ -26,7 +26,7 @@ jobs:
|
||||
|
||||
- name: Install XAutoDL from source
|
||||
run: |
|
||||
python setup.py install
|
||||
pip install .
|
||||
|
||||
- name: Test Xmisc
|
||||
run: |
|
||||
|
@ -26,7 +26,7 @@ jobs:
|
||||
|
||||
- name: Install XAutoDL from source
|
||||
run: |
|
||||
python setup.py install
|
||||
pip install .
|
||||
|
||||
- name: Test Super Model
|
||||
run: |
|
||||
|
@ -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`.
|
||||
|
Loading…
Reference in New Issue
Block a user