natu icon indicating copy to clipboard operation
natu copied to clipboard

Push to PyPI

Open gregerspoulsen opened this issue 7 years ago • 4 comments

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

gregerspoulsen avatar Oct 13 '17 06:10 gregerspoulsen

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

MinhHaDuong avatar Nov 13 '17 06:11 MinhHaDuong

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

gregerspoulsen avatar Nov 13 '17 06:11 gregerspoulsen

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

MinhHaDuong avatar Nov 13 '17 10:11 MinhHaDuong

Depends on #39 since Python 3.8 released.

MinhHaDuong avatar Apr 27 '20 11:04 MinhHaDuong