Skip to content

Commit

Permalink
linter was still complaining about line length, hope this works
Browse files Browse the repository at this point in the history
  • Loading branch information
dleskosky committed Jan 19, 2022
1 parent 9bb700e commit 9c227b0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions docs/server-install.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,9 @@ for more details.

## Starting a Local TabPy Project

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):
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):

```sh
pip install -e .
Expand Down
5 changes: 3 additions & 2 deletions docs/tabpy-virtualenv.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,9 @@ To run TabPy in Python virtual environment follow the steps:

2. Local TabPy

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:
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:

```sh
pip install -e .
Expand Down

0 comments on commit 9c227b0

Please sign in to comment.