Skip to content

Latest commit

 

History

History
56 lines (34 loc) · 1.04 KB

README.md

File metadata and controls

56 lines (34 loc) · 1.04 KB

Currency Concepts V.01

Interactive simulations demonstrating key monetary principles relevant to designing post-capitalist economies

Try the app live: https://share.streamlit.io/arkologystudio/currency-concepts/main/app.py


Setup your local Python environment

Option 1: custom environment with Pipenv

Install Pipenv:

pip3 install pipenv

Navigate to project route & create a new virtual environment:

pipenv shell

Install dependancies

pipenv install --dev

Pipenv guide


To enter / exit your virtual environment, in your project root, type:

pipenv shell #to enter
deactivate # or "CMD-D" to exit

Having trouble? See the following guide on Streamlit

OR

Setup virtual environment with Annaconda

Run the app

In the command line within your virtual environment, run:

streamlit run app.py

The app should now be available in a new browser window