natu
natu copied to clipboard
Push to PyPI
I think you should push v 0.1.2 to pypi for compatibility with python 3.
+1 And explain how to install from GitHub in the meantime.
To install from the github repository:
- Use git to clone https://github.com/kdavies4/natu to your local machine or alternatively use the download button on the same page (and extract the contents).
- Open a command prompt in the root of the repository and type:
- python setup.py
Thanks. Here is what I did:
git clone [email protected]: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.