File tree 1 file changed +8
-6
lines changed
1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -68,12 +68,14 @@ into detail on each of these steps. Also see GitHub's `Set Up Git
68
68
Requests <https://help.github.com/articles/using-pull-requests/> `_.
69
69
70
70
We strongly recommend using virtual environments for development.
71
- Virtual environments make it trivial to switch between different
72
- versions of software. This `astropy guide
73
- <http://astropy.readthedocs.org/en/latest/development/workflow/
74
- virtual_pythons.html> `_ is a good reference for virtual environments. If
75
- this is your first pull request, don't worry about using a virtual
76
- environment.
71
+ Virtual environments make it easier to switch between different
72
+ versions of software. This `scientific-python.org guide
73
+ <https://learn.scientific-python.org/development/tutorials/dev-environment/> `_
74
+ is a good reference for virtual environments. The pvlib-python `installation
75
+ user guide <https://pvlib-python.readthedocs.io/en/stable/user_guide/
76
+ installation.html#set-up-a-virtual-environment> `_ also provides instructions on
77
+ setting up a virtual environment. If this is your first pull request, don't
78
+ worry about using a virtual environment.
77
79
78
80
You must include documentation and unit tests for any new or improved
79
81
code. We can provide help and advice on this after you start the pull
You can’t perform that action at this time.
0 commit comments