``` pipenv shell ``` ``` pipenv install flask ``` ``` pipenv run pip freeze > requirements.txt ``` ``` FROM python:3.8 WORKDIR /var/app COPY .. RUN pip install -r requirements.txt ``` ``` http://127.0.0.1:5000/ ```
×
Sign in
Email
Password
Forgot password
or
By clicking below, you agree to our
terms of service
.
Sign in via Facebook
Sign in via Twitter
Sign in via GitHub
Sign in via Dropbox
Sign in with Wallet
Wallet (
)
Connect another wallet
New to HackMD?
Sign up