No description
- Python 99.9%
- Shell 0.1%
| assets | ||
| doc | ||
| icons | ||
| src | ||
| .gitignore | ||
| deploy_dependencies.howto | ||
| playing_with_sound_generation.py | ||
| README.md | ||
| requirements.txt | ||
| run_wavecraft.sh | ||
Wavecraft
Load venv
Every point in this section needs the venv to be active!! Activate it!
$ source .venv/bin/activate
Install dependencies
$ pip install -r requirements.txt
Freeeze dependencies
$ pip freeze > requirements.txt
Run on Pavels machine
$ ./run_wavecraft.sh
For some reason a PYTHONPATH var has to be set or the project will not execute. Intellij cant do it, check the content of the script.
Run with Pycharm
Sometimes it just don't work, here are hints how to set the run configuration
