Skip to content

Latest commit

 

History

History
60 lines (37 loc) · 1.37 KB

File metadata and controls

60 lines (37 loc) · 1.37 KB

Hello world for streamlit and pydicom

What you need to have done before the lecture

Installation of git, python, yarn, and VSCode

Installed the following:

Git and GitHub

Made a GitHub account -- https://github.com/

Gone through the following two pages within the "don't be afraid to commit" tutorial:

Installing local requirements and testing they work

Streamlit and pydicom

Then using the skills you have gained in the above tutorial, fork this repository to your own account and run the following within your local version:

pip install -r requirements.txt

Then test that this has worked by running:

streamlit run app.py

Where you should see a browser window open that looks like the following:

Streamlit

Cypress

Next, you need to run the following to install cypress:

yarn

And then to test you need to run:

yarn run cypress open

Which should open a Window that looks like the following:

Cypress