Skip to content

Commit 4f65579

Browse files
committed
Add stopgap dev install instructions in how_to_contribute
1 parent 7162e73 commit 4f65579

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

doc/contributing_guide/how_to_contribute.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,15 @@ First, take some time to understand the project layout:
2323
* :ref:`how-to-compile`
2424
* :ref:`how-to-submit-changes`
2525

26+
27+
Then, perform the following steps:
28+
29+
#. Make sure you have Python 3.9+ installed rather than 3.8+ to meet
30+
dev tool requirements.
31+
#. Make a virtual environment.
32+
#. Run `pip install -e .[dev]` to perform a dev install.
33+
34+
2635
Then you can improve these parts of the project:
2736

2837
* **Document** - Edit the reStructuredText_ and docstrings_ to make the Arcade

0 commit comments

Comments
 (0)