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
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -73,8 +73,9 @@ So, you would like to help out with developing the Runestone Components. What d
73
73
74
74
1. Make a Fork of this repository.
75
75
2. Setup your environment on your development machine
76
+
76
77
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
+
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
79
80
3. When you have some changes to share, make a Pull Request.
0 commit comments