Skip to content

Commit 3a695c4

Browse files
Merge pull request #55 from NHSDigital/docs-update/contribute
Enhance onboarding instructions in CONTRIBUTE.md
2 parents dba9f7e + 1cb4a92 commit 3a695c4

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

CONTRIBUTE.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,12 @@ Run the commands (or follow the MkDocs documentation to locally pip install MkDo
4343
# requirements.txt
4444

4545
## using pip
46-
pip install -r requirements.txt
46+
python -m pip install -r requirements.txt
4747

4848
## using Conda
4949
conda create --name <env_name> --file requirements.txt
5050
```
51+
For best practices on creating virtual environments, please refer to the [RAP Community of Practice training resources](./docs/training_resources/python/virtual-environments/why-use-virtual-environments.md).
5152

5253
### Hosting
5354

@@ -56,6 +57,9 @@ To host the website locally to view the live changes, run the command:
5657
```bash
5758
mkdocs serve
5859
```
60+
Open up http://127.0.0.1:8000/ in your browser, and you'll see the [RAP Community of Practice home page](https://nhsdigital.github.io/rap-community-of-practice/) being displayed with your updates applied.
61+
62+
Read more: [Getting Started with MkDocs](https://www.mkdocs.org/getting-started/#getting-started-with-mkdocs)
5963

6064
### Editing the contents
6165

0 commit comments

Comments
 (0)