Skip to content

Commit

Permalink
[DOC] Add hint for contributors to install the package in editable mo…
Browse files Browse the repository at this point in the history
…de for the CLI to incorporate changes in code basis (#81)
  • Loading branch information
PabloRMira authored Dec 21, 2020
1 parent 0ad891d commit 95c5d42
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nbs/index.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -359,6 +359,7 @@
"2. Install our conda development environment running `conda env create -f environment.yml`\n",
"3. Activate the python environment using `conda activate sql-formatter-dev`\n",
"4. Run `nbdev_install_git_hooks`\n",
"5. Run `pip install -e .` to install the package in editable mode. This way the command line interface (CLI) `sql-formatter` will incorporate your changes in the python code\n",
"\n",
"#### Development Workflow\n",
"\n",
Expand Down

0 comments on commit 95c5d42

Please sign in to comment.