Skip to content

Commit

Permalink
Update link to pip editable install docs
Browse files Browse the repository at this point in the history
  • Loading branch information
douglatornell committed Aug 31, 2022
1 parent 2eda3fe commit 56faa67
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions python_packaging/pkg_structure.rst
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,10 @@ References

#. We rely heavily on `"Editable" Installs`_.
That is,
we install our packages from Git clones of the repositories using the :command:`python3 -m pip install --editable`
(or :command:`pip install -e`) command.
we install our packages from Git clones of the repositories using the :command:`python3 -m pip install --editable` command.
That makes the workflow for getting updates into our installed packages a simple :command:`git pull` in the package repository clone directory.

.. _"Editable" Installs: https://pip.pypa.io/en/stable/cli/pip_install/#editable-installs
.. _"Editable" Installs: https://pip.pypa.io/en/stable/topics/local-project-installs/#editable-installs

#. On our local workstations and laptops we work in `conda environments`_,
either the :kbd:`base` environment created by installing the `Anaconda Python distribution`_,
Expand Down

0 comments on commit 56faa67

Please sign in to comment.