Install pyparcel

pip

To install pyparcel using pip, run the command:

$ pip install pyparcel

pipenv

To install pyparcel using pipenv, run the command:

$ pipenv install pyparcel

Source code

pyparcel is actively being developed on Github.

You can clone the public repository with:

$ git clone https://github.com/najaco/pyparcel.git

Once you have a copy of the source code, you can use it in your own python package or system wide, with:

$ cd pyparcel
$ pipenv install