Skip to content

Commit

Permalink
squash - Using the testing environment
Browse files Browse the repository at this point in the history
  • Loading branch information
alanking committed Sep 3, 2024
1 parent 6b6e346 commit 159282b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/developers/testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ Each script available in the project also has help text available with the `--he

In order to configure your environment to use the iRODS Testing Environment, using a virtual environment is highly recommended. Here's how to set up a virtual environment and install the required Python packages:
```
virtualenv -p python3 ~/irods_testing_environment
python -m venv -p python3 ~/irods_testing_environment
source ~/irods_testing_environment/bin/activate
pip install docker-compose GitPython
```
Expand Down

0 comments on commit 159282b

Please sign in to comment.