We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 087a8e2 commit b1f6dbdCopy full SHA for b1f6dbd
1 file changed
README.md
@@ -2,7 +2,7 @@
2
3
This is based on [venv-pack](https://github.com/jcrist/venv-pack) but with lots of improvements added by
4
[mrmathematica](https://github.com/mrmathematica/). It has Windows support. Bin/Scripts generated by venv will
5
-work without out-of-box.
+work out-of-box.
6
7
Venv-pack is a command-line tool for packaging virtual environments for distribution. This is useful for deploying code
8
in a consistent environment.
@@ -66,4 +66,4 @@ md my_env
66
python -m zipfile -e venv.zip my_env\
67
```
68
69
-All features of venv should keep working from my_env folder.
+All features of venv should keep working from my_env folder.
0 commit comments