Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update InstallAndBasicUsage.rst #2281

Merged
merged 1 commit into from
Feb 9, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions doc/UserGuide/InstallAndBasicUsage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,11 @@ The best is to install inside a virtual environment
# Install Ganga
python3 -m pip install ganga
Note that if you want to use the Dirac or LHCb plugins you need to request the necessary dependencies when installing. i.e. for LHCb:

.. code-block:: bash
python3 -m pip install [Dirac,LHCb]ganga
To install pip locally if it's not on your system and you don't have admin access please consult: https://pip.pypa.io/en/stable/installing/

Now each time you want to use Ganga in a new shell, you have to activate the virtual environment:
Expand Down
Loading