Skip to content

Commit 39adc5e

Browse files
authored
Merge pull request #6 from nhsx/djs-fix-streamlit
minor changes
2 parents 1c76af8 + 0878af8 commit 39adc5e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,11 +98,11 @@ To deploy the streamlit app locally we advise following the instructions below:
9898
9999
To clone the repository:
100100
101-
`git clone https:github.com/nhsx/hypergraphical`
101+
`git clone https://github.com/nhsx/hypergraphical`
102102
103103
To create a suitable environment, in the terminal run the following command:
104104
105-
* Build conda environment via `conda create --name hg-streamlit python=3.8`
105+
* Build conda environment via `conda create --name hg-streamlit python=3.10`
106106
107107
* Activate environment `conda activate hg-streamlit`
108108

markdown_text/prototype.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__:blue[Prototype:]__ _This is not an official NHS England product or service but instead is an interactive applet prototype containing ongoing work.
1+
_This is not an official NHS England product or service but instead is an interactive applet prototype containing ongoing work.
22
This __prototype__ aims only to demonstrate work that may be of interest to others.
33
Opinions expressed in this applet are not representative of the views of NHS England
44
and any content here should __not__ be regarded as official output in any form.

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
black
22
flake8
3-
hypernetx
3+
hypernetx==1.2.5
44
ipykernel
55
isort
66
matplotlib

0 commit comments

Comments
 (0)