Skip to content

Eachsoft/EachPy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EachPy

About

A collection of python packages from EachSoft.

Packages

  • 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.

Installation

Install from cloned repository

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

About

Python modules by EachSoft. Including build script generation and utilities.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages