Skip to content

Latest commit

 

History

History
39 lines (23 loc) · 1.12 KB

INSTALL.md

File metadata and controls

39 lines (23 loc) · 1.12 KB

django-mylinks Installation Instructions

This section contains information about how to download and install django-mylinks in your system. It also contains brief instructions about how to build the included documentation.

Requirements

Detailed information about the minimum supported Django version and other Python modules that may be required in order to run this software is shown below:

This information exists in the requirements.txt file inside the ** django-mylinks ** distribution package. If pip is used to install this software, then all these dependencies will also be installed, if they are not already installed in your system.

Source

Got to github.org.

URL is https://github.org/hdknr/django-mylinks

Install

To install django-mylinks from soruce code, use the provided installation script::

python setup.py install

Or it is also possible to install this application directly from the source code repository_ using pip::

pip install -e git+https://github.org/hdknr/django-mylinks

The above command will install the latest development release of django-mylinks.