squeaky-pl/japronto

can't install japronto

shan-guo opened this issue · 2 comments

Hi, I can't wait to attempt this awesome web framework, but I can't install it

(venv) ➜ japronto_demo python -V
Python 3.7.1
(venv) ➜ japronto_demo pip -V
pip 19.2.2 from /Users/shanguo/code/python/japronto_demo/venv/lib/python3.7/site-packages/pip (python 3.7)

pip install japronto

Collecting japronto
ERROR: Could not find a version that satisfies the requirement japronto (from versions: none)
ERROR: No matching distribution found for japronto

why there is no comment on this issue.

Hi, I can't wait to attempt this awesome web framework, but I can't install it

Take a look at this.

why there is no comment on this issue.

Hi, I can't wait to attempt this awesome web framework, but I can't install it

Take a look at this.

Thanks😊, Now I'm installed success by souce code

Steps:

1.git clone https://github.com/squeaky-pl/japronto.git
2.cd japronto
3.virtualenv venv -p=python3.7
4.source venv/bin/activate
5.python setup.py install

Output:
.................
Finished processing dependencies for japronto==0.1.2