Skip to content

Commit c7ede4c

Browse files
authored
install_jetson docs: fix quotes around tensorflow
1 parent a741a54 commit c7ede4c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/install_jetson.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ pip3 install numpy==1.16.1 \
5959
Next, install tensorflow 1.x. This command will depend on the version of Jetpack you are using. If you are uncertain, please refer to [NVIDIA's instructions](https://docs.nvidia.com/deeplearning/frameworks/install-tf-jetson-platform/index.html#install). To install tensorflow 1.x on the latest version of NVIDIA Jetpack (version 4.4 as of 8/2/2020), please the command below. _This step will also take 15-30 mins_.
6060

6161
```
62-
pip3 install --pre --extra-index-url https://developer.download.nvidia.com/compute/redist/jp/v44 tensorflow<2
62+
pip3 install --pre --extra-index-url https://developer.download.nvidia.com/compute/redist/jp/v44 'tensorflow<2'
6363
```
6464

6565
Lastly, copy the opencv-python bindings into your virtual environment:
@@ -77,4 +77,4 @@ pip install deeplabcut-live
7777
dlc-live-test
7878
```
7979

80-
If installed properly, this script will i) download the full_dog model from the DeepLabCut Model Zoo, ii) download a short video clip of a dog, and iii) run inference while displaying keypoints.
80+
If installed properly, this script will i) download the full_dog model from the DeepLabCut Model Zoo, ii) download a short video clip of a dog, and iii) run inference while displaying keypoints.

0 commit comments

Comments
 (0)