Skip to content
This repository was archived by the owner on Jun 7, 2023. It is now read-only.

Commit 22838b3

Browse files
authored
Since the git protocol is in no more use. Line: 67
Earlier the link to download the project using pip was consisting of "pip install git+git://github.com/RunestoneInteractive/RunestoneComponents.git". But, since the git protocol is not more supported. Hence, I am updating the link for those who want to download the latest development of Runestone on PC using pip for work. I have checked it. This works perfectly fine. https://github.blog/2021-09-01-improving-git-protocol-security-github/
1 parent 4e346cd commit 22838b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Or, if you prefer to live on the development edge, you can check out the very la
6464

6565
::
6666

67-
pip install git+git://github.com/RunestoneInteractive/RunestoneComponents.git
67+
pip install git+https://github.com/RunestoneInteractive/RunestoneComponents
6868

6969

7070
To start a project, create a new folder and then run the following command (installed by pip) in that new folder ``runestone init`` For example:

0 commit comments

Comments
 (0)