Skip to content

Commit 9c227b0

Browse files
committed
linter was still complaining about line length, hope this works
1 parent 9bb700e commit 9c227b0

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

docs/server-install.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,9 @@ 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
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):
5556

5657
```sh
5758
pip install -e .

docs/tabpy-virtualenv.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,9 @@ 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,
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:
4647

4748
```sh
4849
pip install -e .

0 commit comments

Comments
 (0)