Open gregerspoulsen opened 7 years ago
+1 And explain how to install from GitHub in the meantime.
To install from the github repository:
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
Depends on #39 since Python 3.8 released.
I think you should push v 0.1.2 to pypi for compatibility with python 3.