补充 常用 Python 包.
Signed-off-by: rick.chan <chenyang@autoai.com>
This commit is contained in:
parent
6722340a2e
commit
11cb07b9da
|
@ -21,3 +21,15 @@ python2 setup.py install
|
||||||
# 或
|
# 或
|
||||||
python3 setup.py install
|
python3 setup.py install
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## 3.常用 Python 包
|
||||||
|
|
||||||
|
* matplotlib
|
||||||
|
* notebook
|
||||||
|
* numpy
|
||||||
|
* opencv-python
|
||||||
|
* scikit-learn
|
||||||
|
* scipy
|
||||||
|
* sklearn
|
||||||
|
* tensorboard
|
||||||
|
* tensorflow
|
||||||
|
|
Loading…
Reference in New Issue