Skip to content

Commit

Permalink
readme typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mitshell committed Mar 2, 2024
1 parent b4df470 commit 4166239
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ the library within your Python package directory:
```
python setup.py install
```
With

Run it as superuser for a system-wide install, or as-is for a user home-directory
level install. You can also run _develop_ instead of _install_ if you want a
Expand Down Expand Up @@ -120,7 +119,6 @@ python -m pycrate_asn1c.asnproc
More generally, installation is not required, and simply having all _pycrate\_*_
subdirectories into the PYTHONPATH enables to use the entire library.


Newer Python versions (3.11, maybe 3.10 already) are deprecating the direct call of the `setup.py` script.
Have a look at the [modern way](https://packaging.python.org/en/latest/discussions/setup-py-deprecated/)
to install or build a project.
Expand Down

0 comments on commit 4166239

Please sign in to comment.