You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 7, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: README.rst
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -66,6 +66,19 @@ installation every so often. If you are new to using Python on windows I recomm
66
66
link on `Using Python with Windows <https://docs.python.org/3.4/using/windows.html>`_
67
67
68
68
69
+
Developing and Hacking
70
+
----------------------
71
+
72
+
So, you would like to help out with developing the Runestone Components. What do you need to know?
73
+
74
+
1. Make a Fork of this repository.
75
+
2. Setup your environment on your development machine
76
+
1. Make a virtual environment for testing and working I recommend pyvenv-3.4 as it is baked in to Python 3.4 and higher.
77
+
2. Rather than following the instructions above for installing runestone simply run ``pip install . `` from the top level runestone directory. This will install all of the required prerequisites and setup the runestone install as a link to the development directory.
78
+
79
+
3. When you have some changes to share, make a Pull Request.
0 commit comments