Skip to content

Commit fb8ce8d

Browse files
authored
Update README.md
Updated instructions for Windows users
1 parent 3293094 commit fb8ce8d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ In this repository, you'll find a collection of [Jupyter notebooks](http://jupyt
1111
* [Planet Account](https://www.planet.com/explorer/?signup=1)
1212
* [Planet API Key](https://www.planet.com/account/)
1313

14+
NOTE: After installing Docker, Windows users should install WSL2 Backend when prompted.
15+
1416
### Clone or update repo:
1517

1618
If you've never cloned the Planet notebooks repo, run the following:
@@ -56,6 +58,8 @@ docker run -it --rm -p 8888:8888 -v $PWD:/home/jovyan/work -e PL_API_KEY='[YOUR-
5658

5759
# If you get a permissions error running the above, you should add sudo to the front:
5860
# sudo docker run -it --rm -p 8888:8888 -v $PWD:/home/jovyan/work -e PL_API_KEY='[YOUR-API-KEY]' planet-notebooks
61+
# Windows users run: winpty docker run -it --rm -p 8888:8888 -v "/$PWD":/home/joyvan/work -e PL_API_KEY='[YOUR-API-KEY]' planet-notebooks
62+
5963
```
6064

6165
This does several things:
@@ -149,4 +153,4 @@ cd ..
149153

150154
This will build and install the Docker image on your system, making it available to run. This may take some
151155
time (from 10 minutes to an hour) depending on your network connection and how long Anaconda takes to configure
152-
its environment.
156+
its environment.

0 commit comments

Comments
 (0)