anshulxyz / exch

a command-line tool to see currency exchange rates
MIT License
20 stars 2 forks source link

put it on pypi ? #7

Closed teto closed 7 years ago

teto commented 7 years ago

sounds like something I would use but I would rather install it from pypi python3 -mpip install -U exch --user didn't work is it available there ?

cheers

anshulxyz commented 7 years ago

Hello, Matthieu,

Yes, I will release it on PyPI. I still need to some more automated testing with tox and check it's working on Windows as well. And as well as for other python versions. I'll probably be there on PyPI by tomorrow. Meanwhile, any suggestions and criticism is welcome.

regards

anshulxyz commented 7 years ago

Hello, Matthieu,

I just release it on PyPI. Use the following command to install:

$ pip install exch

exch supports both Python 2 and Python 3.

teto commented 7 years ago

great thanks