Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Publish to PyPA #6

Open
and-semakin opened this issue Jul 4, 2019 · 4 comments
Open

Publish to PyPA #6

and-semakin opened this issue Jul 4, 2019 · 4 comments

Comments

@and-semakin
Copy link

It would be much more convenient to install this library with pip install.

@seriyps
Copy link
Owner

seriyps commented Jul 6, 2019

Hi. Yep, will do next week

@mrkeuz
Copy link

mrkeuz commented Jun 5, 2020

Currently, as solution you can directly install like:
python3 -m pip install git+https://github.com/seriyps/ru_number_to_text

@CHUKEPC
Copy link

CHUKEPC commented Jun 9, 2022

Currently, as solution you can directly install like: python3 -m pip install git+https://github.com/seriyps/ru_number_to_text

image
мне выдало просто Python

@mrkeuz
Copy link

mrkeuz commented Jun 9, 2022

Strange, exactly in windows this does not working. Same result.

Try next, tested now on Win10 with python3 + git installed:
pip3 install "git+https://github.com/seriyps/ru_number_to_text"

Without git, I think it possible just unpack repo locally and run inside:
pip3 install .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants
@seriyps @mrkeuz @and-semakin @CHUKEPC and others