- python 3.8 < 3.10
- poetry(package maneger):
If you do not have poetry installed, you can install it with the following command.
pip install poetryif you use Anaconda3
conda install -c conda-forge poetryMore info is here.
| Command | Description |
|---|---|
make run |
Run python file(default: src/run.py) |
make run-simpl |
Run python file(src/simple_percept.py) |
make run-neu3 |
Run python file(src/neural3.py) |
make run-sigm |
Run python file(src/stepsig.py) |
make install |
Install dependencies (by poetry) |
make test |
Test with pytest |
make lint |
Lint with flake8 |
make clean |
Remove __pycache__ files |
If you are using windows, you can install the make command here.
(Click the Setup button at the top.)