Forums

How to host a simple site using Pipenv?

Hello. I have made a simple site. It uses Pipenv, and is installed locally like this:

git clone [git url]

cd [directory]

pipenv install

pipenv run python app.py

How can I run this on PythonAnywhere so that everyone may use it?

There are a number of tutorials on our help pages depending on the framework that you're using. Search there and you'll probably find something that fits what you're doing.