Skip to content

Commit 98010fc

Browse files
committed
Remove mention of stagpy-git in docs
1 parent 19423ed commit 98010fc

File tree

1 file changed

+4
-12
lines changed

1 file changed

+4
-12
lines changed

docs/sources/developers.rst

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -65,28 +65,20 @@ changes to the source files to be taken into account.
6565

6666
To activate the virtual environment, source the relevant script::
6767

68-
% source .venv_dev/bin/activate
68+
% source stagpy_git/bin/activate
6969

7070
Once this is done, launching the ``stagpy`` command and importing StagPy in a
7171
Python script (``import stagpy``) will use the development version of StagPy.
72-
Launch the ``deactivate`` command to get out of the virtual environment.
73-
74-
As a convenience, a soft link named ``stagpy-git`` is created in your ``~/bin``
75-
directory, allowing you to launch the development version CLI tool without
76-
activating the virtual environment by running ``stagpy-git`` in a terminal
77-
(provided that ``~/bin`` is in your ``PATH`` environment variable).
78-
79-
See :ref:`somesetup` to enable command line completion (replacing the ``stagpy``
80-
command with ``stagpy-git``).
81-
8272
To check that everything works fine, go to any subdirectory of the ``Examples``
8373
directory of the repository and run::
8474

85-
% stagpy-git field
75+
% stagpy field
8676

8777
This should create a PDF file showing a plot of the temperature field with
8878
streamlines.
8979

80+
Launch the ``deactivate`` command to get out of the virtual environment.
81+
9082
Use as a Jupyter notebook kernel
9183
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9284

0 commit comments

Comments
 (0)