Installation

Supported Platforms

  • Mac OS X

Support for Linux and Cygwin is in development.

Tip

Mac OS X users, avoid using the system’s Python library (why?), and install your own Python library via homebrew.

pip

pyprojsetup is designed for installation with pip. If you do not have pip, you can get it here.

Make sure your pip installation is up to date by running:

sudo pip install pip --upgrade

Dependencies

The following Python packages must be installed on your system:

sphinx
sphinx-rtd-theme
tox
coverage
pylint

If they are not, pip will attempt to download and install them before installing pyprojsetup. However, this feature of pip is unreliable if the dependencies are hosted somewhere besides pypi. Therefore, you may want to install any dependencies before attempting to install pyprojsetup.

Instructions

  1. Download the latest release here.

  2. Install the downloaded tarball using pip. If upgrading from a previous version, use the –upgrade flag. For example:

    sudo pip install pyprojsetup-0.2.tar.gz [--upgrade]
    
  3. If you are having difficulty with the previous step, try the following alternate installation method:

    # Extract the tarball
    tar -zxvf pyprojsetup-0.2.tar.gz
    # Change to the extracted directory
    cd pyprojsetup-0.2
    # Run the installation routine
    sudo make install
    
  4. When done, you can delete pyprojsetup-0.2.tar.gz and the pyprojsetup-0.2 directory (if present).

Verification

Verify the installed version:

pyprojsetup --version

The current version as of Aug 09, 2016 is 0.2.