oreotabetai / user-auth-jwt-python-api

MIT License
1 stars 0 forks source link

install python #10

Closed oreotabetai closed 3 years ago

oreotabetai commented 3 years ago

For Windows

  1. install python for https://www.python.org/downloads/
  2. Set environment variables. (https://www.javadrive.jp/python/install/index3.html).
  3. command 'pip install pyenv-win --target %USERPROFILE%/.pyenv' (http://yamap55.hatenablog.com/entry/2019/09/12/080000).
  4. change python version 3.8.0 .
  5. install "FastAPI","jwt"by pip. #6
yamakenji24 commented 3 years ago

We want Pipfile.lock generated from pipenv so that all of us can have the same version, same library installed by pipfile. hope to be installed fastAPI, jwt by pipenv.

yamakenji24 commented 3 years ago

How to treat pipenv

$ pip install pipenv
$ pipenv --python 3.8
$ pipenv install fastapi jwt

Pipfile and Pipfile.lock should be generated now, If success

wakatakeru commented 3 years ago

duplicate #11