Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitc2472e9

Browse files
committed
Note that the init script can be run from Git Bash
This is probably the *only* way anyone should run that script onWindows, but I don't know of specific bad things that happen if itis run in some other way, such as with WSL bash, aside from messingup line endings, which users are likely to notice anyway.This commit also clarifies the instructions by breaking up anotherparagraph that really represented two separate steps.
1 parent9e245d0 commitc2472e9

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

‎README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,13 +79,17 @@ cd GitPython
7979
./init-tests-after-clone.sh
8080
```
8181

82+
On Windows,`./init-tests-after-clone.sh` can be run in a Git Bash shell.
83+
8284
If you are cloning[your own fork](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/about-forks), then replace the above`git clone` command with one that gives the URL of your fork. Or use this[`gh`](https://cli.github.com/) command (assuming you have`gh` and your fork is called`GitPython`):
8385

8486
```bash
8587
gh repo clone GitPython
8688
```
8789

88-
Having cloned the repo, create and activate your[virtual environment](https://docs.python.org/3/tutorial/venv.html). Then make an[editable install](https://pip.pypa.io/en/stable/topics/local-project-installs/#editable-installs):
90+
Having cloned the repo, create and activate your[virtual environment](https://docs.python.org/3/tutorial/venv.html).
91+
92+
Then make an[editable install](https://pip.pypa.io/en/stable/topics/local-project-installs/#editable-installs):
8993

9094
```bash
9195
pip install -e".[test]"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp