We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62f350c commit 96aad95Copy full SHA for 96aad95
docs/installation.md
@@ -59,7 +59,7 @@ cp /path/to/env/lib_js/pyjs/* /path/to/deploy
59
After the environment is defined, the next step is to pack the environment using `empack`.
60
61
```Bash
62
-empack pack env --env-prefix /path/to/env --output /path/to/deploy
+empack pack env --env-prefix /path/to/env --outdir /path/to/deploy
63
```
64
This will create a tarball for each package in the environment and a `empack_env_meta.json` file that describes the environment.
65
0 commit comments