Skip to content

Commit 963c096

Browse files
authored
Update recommended_workflow.md
1 parent 75d2ac7 commit 963c096

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

doc/recommended_workflow.md

+7
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,13 @@ You should already have built the docker image as outlined [here](docker_build_i
1818
cd docker
1919
./docker_run.py
2020
```
21+
22+
## Sourcing environment variables
23+
You will need to set a few environment variables to add our modules to the `PYTHONPATH`. There are two aliased commands, `use_pytorch_dense_correspondence` and `use_director`.
24+
25+
- `use_pytorch_dense_correspondence` adds several modules to the `PYTHONPATH`. You will always need to source this.
26+
- `use_director` adds `director` to the path. Make sure run this if using any scripts that rely on `director`.
27+
2128
## Launching a Jupyter notebook server inside the docker container
2229
You are now inside the docker container. Run `terminator &` you will launch a new terminator with a blue background.
2330

0 commit comments

Comments
 (0)