kdavies4 / natu

Natural units in Python
http://kdavies4.github.io/natu/
Other
33 stars 5 forks source link

Push to PyPI #34

Open gregerspoulsen opened 6 years ago

gregerspoulsen commented 6 years ago

I think you should push v 0.1.2 to pypi for compatibility with python 3.

MinhHaDuong commented 6 years ago

+1 And explain how to install from GitHub in the meantime.

gregerspoulsen commented 6 years ago

To install from the github repository:

MinhHaDuong commented 6 years ago

Thanks. Here is what I did:

git clone git@github.com:kdavies4/natu.git
cd natu
pip3 install -e .

and I think there was a one liner: sudo pip3 install -I git+https://github.com/kdavies4/natu.git

MinhHaDuong commented 4 years ago

Depends on #39 since Python 3.8 released.