Skip to content

Commit 9bb700e

Browse files
committed
linter was complaining
1 parent 2a2718e commit 9bb700e

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

docs/server-install.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@ for more details.
5050

5151
## Starting a Local TabPy Project
5252

53-
To create a version of TabPy that incorporates locally-made changes, use pip to create a package 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, use pip to create a package
54+
from your local TabPy project and install it within that directory (preferably a virtual environment):
5455

5556
```sh
5657
pip install -e .

docs/tabpy-virtualenv.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@ To run TabPy in Python virtual environment follow the steps:
4141

4242
2. Local TabPy
4343

44-
To create a version of TabPy that incorporates locally-made changes, 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 it within that directory:
4546

4647
```sh
4748
pip install -e .

0 commit comments

Comments
 (0)