Skip to content

Commit

Permalink
fix conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
ChaeyoonKimNHSE authored and warren-davies4 committed Jul 18, 2024
1 parent e3afb7e commit f0d7dcf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CONTRIBUTE.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,12 @@ Run the commands (or follow the MkDocs documentation to locally pip install MkDo
# requirements.txt

## using pip
pip install -r requirements.txt
python -m pip install -r requirements.txt

## using Conda
conda create --name <env_name> --file requirements.txt
```
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).

### Hosting

Expand Down

0 comments on commit f0d7dcf

Please sign in to comment.