File tree 2 files changed +6
-4
lines changed
2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -50,8 +50,9 @@ for more details.
50
50
51
51
## Starting a Local TabPy Project
52
52
53
- To create a version of TabPy that incorporates locally-made changes, use pip to create a package
54
- from your local TabPy project and install it within that directory (preferably a virtual environment):
53
+ To create a version of TabPy that incorporates locally-made changes,
54
+ use pip to create a package from your local TabPy project
55
+ and install it within that directory (preferably a virtual environment):
55
56
56
57
``` sh
57
58
pip install -e .
Original file line number Diff line number Diff line change @@ -41,8 +41,9 @@ To run TabPy in Python virtual environment follow the steps:
41
41
42
42
2. Local TabPy
43
43
44
- To create a version of TabPy that incorporates locally-made changes,
45
- use pip to create a package from your local TabPy project and install it within that directory:
44
+ To create a version of TabPy that incorporates locally-made changes,
45
+ use pip to create a package from your local TabPy project and install
46
+ it within that directory:
46
47
47
48
` ` ` sh
48
49
pip install -e .
You can’t perform that action at this time.
0 commit comments