pombreda / python-xmp-toolkit

Automatically exported from code.google.com/p/python-xmp-toolkit
Other
0 stars 1 forks source link

PyPi release or Github hosting #22

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Hi,

Are you planning to make a release on PyPi or to host the project on github?
This is very convenient to maintain dependencies with pip:

pip install xmp-toolkit

or 

pip install git+https://path/to/project.git

instead of :

curl -O 
http://python-xmp-toolkit.googlecode.com/files/python-xmp-toolkit-1.0.2.tar.gz
tar xvzf python-xmp-toolkit-1.0.2.tar.gz
cd python-xmp-toolkit-1.0.2
python setup.py build
python setup.py install

Thanks.

Original issue reported on code.google.com by stanisla...@gmail.com on 19 Nov 2014 at 2:18