PyAr / fades

fades is a system that automatically handles the virtualenvs in the cases normally found when writing scripts and simple programs, and even helps to administer big projects.
https://fades.readthedocs.io
GNU General Public License v3.0
216 stars 44 forks source link

How I should install it? #16

Closed humitos closed 9 years ago

humitos commented 9 years ago

I didn't find any docs to install fades :(

I tried to install it by pip:

pip install git+https://github.com/PyAr/fades.git

but it didn't work.

Log here: http://linkode.org/tYdaktygyiBtYTR9mHhRP6

facundobatista commented 9 years ago

Proper instructions added to the readme :)

gilgamezh commented 9 years ago

installing with pip using the repo URL is also working now :smile:

check #27