File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ This page covers the process for contributing to and updating Gambit's :ref:`Gam
77To do so, you will need to have the `gambit ` GitHub repo cloned and be able to submit pull request via GitHub;
88you may wish to first review the :ref: `contributor guidelines <contributing >`.
99You'll also need to have a developer install of `pygambit ` available in your Python environment, see :ref: `build-python `.
10+ You'll also need to have a developer install of `pygambit ` available in your Python environment, see :ref: `build-python `.
1011
1112You can add games to the catalog saved in a valid representation :ref: `format <file-formats >`.
1213Currently supported representations are:
@@ -33,6 +34,7 @@ Add new game files
3334
3435 .. code-block :: bash
3536
37+ pip install .
3638 pip install .
3739 python build_support/catalog/update.py --build
3840
You can’t perform that action at this time.
0 commit comments