Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,11 +98,11 @@ To deploy the streamlit app locally we advise following the instructions below:

To clone the repository:

`git clone https:github.com/nhsx/hypergraphical`
`git clone https://github.com/nhsx/hypergraphical`

To create a suitable environment, in the terminal run the following command:

* Build conda environment via `conda create --name hg-streamlit python=3.8`
* Build conda environment via `conda create --name hg-streamlit python=3.10`

* Activate environment `conda activate hg-streamlit`

Expand Down
2 changes: 1 addition & 1 deletion markdown_text/prototype.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__:blue[Prototype:]__ _This is not an official NHS England product or service but instead is an interactive applet prototype containing ongoing work.
_This is not an official NHS England product or service but instead is an interactive applet prototype containing ongoing work.
This __prototype__ aims only to demonstrate work that may be of interest to others.
Opinions expressed in this applet are not representative of the views of NHS England
and any content here should __not__ be regarded as official output in any form.
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
black
flake8
hypernetx
hypernetx==1.2.5
ipykernel
isort
matplotlib
Expand Down
Loading