File tree Expand file tree Collapse file tree 1 file changed +4
-12
lines changed
Expand file tree Collapse file tree 1 file changed +4
-12
lines changed Original file line number Diff line number Diff line change @@ -65,28 +65,20 @@ changes to the source files to be taken into account.
6565
6666To activate the virtual environment, source the relevant script::
6767
68- % source .venv_dev /bin/activate
68+ % source stagpy_git /bin/activate
6969
7070Once this is done, launching the ``stagpy `` command and importing StagPy in a
7171Python 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-
8272To check that everything works fine, go to any subdirectory of the ``Examples ``
8373directory of the repository and run::
8474
85- % stagpy-git field
75+ % stagpy field
8676
8777This should create a PDF file showing a plot of the temperature field with
8878streamlines.
8979
80+ Launch the ``deactivate `` command to get out of the virtual environment.
81+
9082Use as a Jupyter notebook kernel
9183^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9284
You can’t perform that action at this time.
0 commit comments