Skip to content

Commit 6b0f11a

Browse files
Change python3 to python
1 parent fa0013c commit 6b0f11a

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
@@ -43,7 +43,7 @@ To build from source follow the following steps:
4343
Create a virtual environment by running the commands
4444

4545
```bash
46-
python3 -m venv <virtualenv_name>
46+
python -m venv <virtualenv_name>
4747
source <virtualenv_name>/bin/activate
4848
git clone https://github.com/tensorflow/transform.git
4949
cd transform

0 commit comments

Comments
 (0)