Minor docs fixes
This commit is contained in:
parent
6efae77bde
commit
307a6467d3
|
@ -52,7 +52,7 @@ Next, get an up-to-date checkout of the `attrs` repository:
|
|||
$ git clone git@github.com:python-attrs/attrs.git
|
||||
```
|
||||
|
||||
or if you prefer to use git via `https`:
|
||||
or if you prefer to use *Git* via `https`:
|
||||
|
||||
```console
|
||||
$ git clone https://github.com/python-attrs/attrs.git
|
||||
|
@ -62,7 +62,7 @@ Change into the newly created directory and **after activating your virtual envi
|
|||
|
||||
```console
|
||||
$ cd attrs
|
||||
$ python -m pip install --upgrade pip setuptools # PLEASE don't skip this step
|
||||
$ python -m pip install --upgrade pip wheel setuptools # PLEASE don't skip this step
|
||||
$ python -m pip install -e '.[dev]'
|
||||
```
|
||||
|
||||
|
|
|
@ -109,7 +109,7 @@ Project Information
|
|||
- **License**: `MIT <https://choosealicense.com/licenses/mit/>`_
|
||||
- **PyPI**: https://pypi.org/project/attrs/
|
||||
- **Source Code**: https://github.com/python-attrs/attrs
|
||||
- **Documentation**: https://www.attrs.org/
|
||||
- **Documentation**: https://www.attrs.org/
|
||||
- **Changelog**: https://www.attrs.org/en/stable/changelog.html
|
||||
- **Get Help**: please use the ``python-attrs`` tag on `StackOverflow <https://stackoverflow.com/questions/tagged/python-attrs>`_
|
||||
- **Third-party Extensions**: https://github.com/python-attrs/attrs/wiki/Extensions-to-attrs
|
||||
|
|
Loading…
Reference in New Issue