You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+8-8
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
-
# pylocatable
2
-
makes PYthon environment reLOCATABLE.
1
+
# pypack
2
+
makes PYthon environment PACKageable.
3
3
4
-
By running `pack.py` or `pylocatable.sh`, you can get a locatable to anywhere python environment tar.gz file. You can control which kind python environment you want by customize your config file.
4
+
By running `pypack.py` or `pypack.sh`, you can get a locatable to anywhere python environment tar.gz file. You can control which kind python environment you want by customize your config file.
5
5
6
6
BTW, don't worry this will mess your current directory up, since all files and all operations will be handled or executed under `build.path` defined by config file.
7
7
@@ -16,17 +16,17 @@ BTW, don't worry this will mess your current directory up, since all files and a
16
16
## How to Run?
17
17
Using demo config file and requirements.txt file located at `./files` as example, run
***dep**: Target python environment's dependencies packages, which is, `requirement.txt` path. Note, no matter you use `pack.py` or `pylocatable.sh`, this path should be an absolute path or **a relative path refer to your current path (the path you execute packaging command)**.
42
+
***dep**: Target python environment's dependencies packages, which is, `requirement.txt` path. Note, no matter you use `pack.py` or `pypack.sh`, this path should be an absolute path or **a relative path refer to your current path (the path you execute packaging command)**.
43
43
***post_running**: The command should be executed after `pip install`.
44
44
***build**:
45
45
***path**: The directroy under which to execute building target python environment. This should be a new path.
0 commit comments