10 lines
168 B
Plaintext
10 lines
168 B
Plaintext
* Install
|
|
Install in "development mode" so any change of the program is effective.
|
|
pip install -e .
|
|
or
|
|
python -m pip install -e .
|
|
|
|
* Uninstall
|
|
pip uninstall materials
|
|
|