Skip to content

luketrevorrow/anaconda

Repository files navigation

anaconda

My personal playpen Python application running on IBM Cloud

Prerequisites

You'll need the following:

Run the app locally

Install the dependencies listed in the requirements.txt file to be able to run the app locally.

You can optionally use a virtual environment to avoid having these dependencies clash with those of other Python projects or your operating system.

pip install -r requirements.txt

Run the app.

python hello.py

View your app at: http://localhost:8000

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published