Skip to content

excid3/unwrapt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation
------------

These instructions are for Ubuntu users.

Clone the repository:
$ git clone git://github.com/excid3/unwrapt.git

Install the setup utilities:
$ sudo apt-get install python-virtualenv python-pip

Change into the directory to work:
$ cd unwrapt/

Setup and enable the virtual environment:
$ virtualenv --no-site-packages --distribute .
$ source bin/activate

Install the dependencies:
$ pip install -r requirements.txt

When you are finished working you can exit the virtual environment:
$ deactivate

About

A pure python layer for offline package managers

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages