Install Guide

Note

If you have an installed version of Naked and want to upgrade it, see the Upgrade Guide.

Use one of the following methods to install your first version of Naked.

Install with pip

To install Naked with pip, use the following command:

pip install Naked

Git Clone and Install

Navigate to the directory where you would like to pull the Naked source and then use git to clone the Naked repository with the following command:

git clone https://github.com/chrissimpkins/naked.git

Navigate to the top level of the source repository and run the following command:

python setup.py install

The cloned repository can be safely deleted after the install.

Download and Install

Download the zip or tar.gz source archive and decompress it locally. Navigate to the top level of the source directory and run the following command:

python setup.py install

The downloaded source file archive can be safely deleted after the install.

Confirm Install

To confirm your install, type naked --version on the command line. This will display the installed version of the Naked framework.