Before we start, I want to say a special thanks to the creators of the spyder-ide project, as some code is based on it.
Since the project is under active development, the installation package available on pypi is not yet available. This means that you will need the git versioning program and the pip package manager. Let's get started.
- Clone the project via git:
git clone https://github.com/uselessvevo/pie-audio
- Create virtual environment via
python3-venv
- Install all dependencies (
python -m pip install -r requirements.txt
) or install through the package manager (pip install .
) - Run the program:
python pie-audio.py
orpie-audio.exe
Open terminal and type pyside6-genpyi all --feature snake_case
to generate the PySide6's snake case feature.
Then do next in your favourite code editor