Installation
codetopackage works on Python 3.5+ and requires the
following Python packages:
Install using pip
Using pip:
pip install codetopackage
Install latest development version
codeToPackage is being developed on github. To get the latest development
version using git:
git clone https://github.com/jpierel14/codeToPackage.git
cd codetopackage
then:
python setup.py test
python setup.py install