A collection of python packages from EachSoft.
- JuceGen - A generator of .jucer Projucer projects. Generate projects and then use Projucer to resave them for building with Ide such as Xcode or Visual Studio.
Use Git or Github desktop to clone the repository, or just download the source zip. If you do not have build and setuptools install them with these commands.
python3 -m pip install --upgrade build
pip3 install --upgrade pip
pip3 install setuptools
Then in the root of the repository execute
# To build the distribution. Use "-e" to make it editable.
python3 -m pip install -e .
# To uninstall the repository execute...
python3 -m pip uninstall EachPy