.. _install: Install pyparcel =========================== pip #### To install pyparcel using `pip `_, run the command: .. code-block:: bash $ pip install pyparcel pipenv ####### To install pyparcel using `pipenv `_, run the command: .. code-block:: bash $ pipenv install pyparcel Source code ############# pyparcel is actively being developed on `Github `_. You can clone the public repository with: .. code-block:: bash $ 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: .. code-block:: bash $ cd pyparcel $ pipenv install