Skip to content

Commit

Permalink
docs: don't assume people use pip anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
hynek committed Jul 31, 2024
1 parent f5683b8 commit bcda3e1
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,8 @@ for sponsor in tomllib.loads(pathlib.Path("pyproject.toml").read_text())["tool"]
## Getting Started

*attrs* is a Python-only package [hosted on PyPI](https://pypi.org/project/attrs/).
The recommended installation method is [pip](https://pip.pypa.io/en/stable/)-installing into a [virtualenv](https://hynek.me/articles/virtualenv-lives/):

```console
$ python -Im pip install attrs
```

The next steps will get you up and running in no time:
The following steps will get you up and running in no time:

- {doc}`overview` will show you a simple example of *attrs* in action and introduce you to its philosophy.
Afterwards, you can start writing your own classes and understand what drives *attrs*'s design.
Expand Down

0 comments on commit bcda3e1

Please sign in to comment.