Skip to content

Commit dbc9a57

Browse files
Johannes Ballécopybara-github
authored andcommitted
Fix double escapes in pip command line.
PiperOrigin-RevId: 487028010 Change-Id: I27a37c2fba3e09e646c5e15ea48a3f5230074012
1 parent 7666abc commit dbc9a57

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
@@ -95,7 +95,7 @@ installed TensorFlow version. Run it in a cell before executing your Python
9595
code:
9696

9797
```
98-
!pip install tensorflow-compression~=$(pip show tensorflow | perl -p -0777 -e 's/.*Version: (\\d+\\.\\d+).*/\\1.0/sg')
98+
!pip install tensorflow-compression~=$(pip show tensorflow | perl -p -0777 -e 's/.*Version: (\d+\.\d+).*/\1.0/sg')
9999
```
100100

101101
Note: The binary packages of TFC are tied to TF with the same minor version

0 commit comments

Comments
 (0)