Skip to content

Commit

Permalink
linter was complaining
Browse files Browse the repository at this point in the history
  • Loading branch information
dleskosky committed Jan 19, 2022
1 parent 2a2718e commit 9bb700e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion docs/server-install.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ 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
3 changes: 2 additions & 1 deletion docs/tabpy-virtualenv.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ 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 9bb700e

Please sign in to comment.