Skip to content
This repository was archived by the owner on Feb 21, 2025. It is now read-only.

Commit a162237

Browse files
committed
Cleanup instruction
1 parent 0bca130 commit a162237

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Python version>=3.6 is required for this package.
1919
A virtual environment is also required, if you are in lxplus you should run the following commands:
2020

2121
```bash
22-
virtualenv -p `which python3` venv
22+
virtualenv -p $(which python3) venv
2323
source venv/bin/activate
2424
```
2525

0 commit comments

Comments
 (0)