Skip to content

Commit 95210b9

Browse files
Lint: Update additional requirement for gitlint.
1 parent 4c75057 commit 95210b9

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

README.md

+9-5
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,18 @@ and [commit guidelines](https://zulip.readthedocs.io/en/latest/contributing/vers
2525
1. Fork and clone the Git repo:
2626
`git clone https://github.com/<your_username>/python-zulip-api.git`
2727

28-
2. Make sure you have [pip](https://pip.pypa.io/en/stable/installing/)
28+
2. Setup upstream and fetch upstream/master (Required for Gitlint):
29+
- `git remote add upstream https://github.com/zulip/python-zulip-api.git`
30+
- `git fetch upstream master`
31+
32+
3. Make sure you have [pip](https://pip.pypa.io/en/stable/installing/)
2933
and [virtualenv](https://virtualenv.pypa.io/en/stable/installation.html)
3034
installed.
3135

32-
3. `cd` into the repository cloned earlier:
36+
4. `cd` into the repository cloned earlier:
3337
`cd python-zulip-api`
3438

35-
4. Run:
39+
5. Run:
3640
```
3741
python3 ./tools/provision
3842
```
@@ -43,14 +47,14 @@ and [commit guidelines](https://zulip.readthedocs.io/en/latest/contributing/vers
4347
python3 ./tools/provision -p <path_to_your_python_version>
4448
```
4549

46-
5. If that succeeds, it will end with printing the following command:
50+
6. If that succeeds, it will end with printing the following command:
4751
```
4852
source /.../python-zulip-api/.../activate
4953
```
5054
You can run this command to enter the virtual environment.
5155
You'll want to run this in each new shell before running commands from `python-zulip-api`.
5256

53-
6. Once you've entered the virtualenv, you should see something like this on the terminal:
57+
7. Once you've entered the virtualenv, you should see something like this on the terminal:
5458
```
5559
(zulip-api-py3-venv) user@pc ~/python-zulip-api $
5660
```

0 commit comments

Comments
 (0)