mirror of https://github.com/Askill/claude.git
added requirements.txt
This commit is contained in:
parent
bdb7b5fa17
commit
9414dd4d1a
|
|
@ -39,7 +39,7 @@ If you choose to use Microsoft Visual C/C++, follow the instructions on the [Pyt
|
||||||
Using command prompt, install the pip packages [cython](https://pypi.org/project/Cython/), [numpy](https://pypi.org/project/numpy/), and [matplotlib](https://pypi.org/project/matplotlib/), as well as [setuptools](https://pypi.org/project/setuptools/), if for some reason it is not already installed.
|
Using command prompt, install the pip packages [cython](https://pypi.org/project/Cython/), [numpy](https://pypi.org/project/numpy/), and [matplotlib](https://pypi.org/project/matplotlib/), as well as [setuptools](https://pypi.org/project/setuptools/), if for some reason it is not already installed.
|
||||||
The syntax to install a package with pip is
|
The syntax to install a package with pip is
|
||||||
```
|
```
|
||||||
pip install PACKAGE
|
pip install -r requirements.txt
|
||||||
```
|
```
|
||||||
Where `PACKAGE` is replaced with the name of the package.
|
Where `PACKAGE` is replaced with the name of the package.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,3 @@
|
||||||
|
numpy
|
||||||
|
matplotlib
|
||||||
|
scipy
|
||||||
Loading…
Reference in New Issue