From 9bb700eb3e96336557596c41aef093c5521a67d8 Mon Sep 17 00:00:00 2001 From: Daniel Leskosky Date: Wed, 19 Jan 2022 09:49:56 -0800 Subject: [PATCH] linter was complaining --- docs/server-install.md | 3 ++- docs/tabpy-virtualenv.md | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/server-install.md b/docs/server-install.md index 51fbabf7..5d760ddf 100755 --- a/docs/server-install.md +++ b/docs/server-install.md @@ -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 . diff --git a/docs/tabpy-virtualenv.md b/docs/tabpy-virtualenv.md index 97d276ea..4c566398 100755 --- a/docs/tabpy-virtualenv.md +++ b/docs/tabpy-virtualenv.md @@ -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 .