Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
semuadmin committed Jul 22, 2024
1 parent 655f566 commit 1a7d4cf
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,17 +46,15 @@ Contributions welcome - please refer to [CONTRIBUTING.MD](https://github.com/sem
---
## <a name="installation">Installation</a>

`pyrtcm` is compatible with Python >=3.8 and has no third-party library dependencies.

In the following, `python3` & `pip` refer to the Python 3 executables. You may need to type
`python` or `pip3`, depending on your particular environment.

![Python version](https://img.shields.io/pypi/pyversions/pyrtcm.svg?style=flat)
[![PyPI version](https://img.shields.io/pypi/v/pyrtcm.svg?style=flat)](https://pypi.org/project/pyrtcm/)
![PyPI downloads](https://img.shields.io/pypi/dm/pyrtcm.svg?style=flat)

The recommended way to install the latest version of `pyrtcm` is with
[pip](http://pypi.python.org/pypi/pip/):
`pyrtcm` is compatible with Python 3.8 - 3.13 and has no third-party library dependencies.

In the following, `python3` & `pip` refer to the Python 3 executables. You may need to substitute `python` for `python3`, depending on your particular environment (*on Windows it's generally `python`*).

The recommended way to install the latest version of `pyrtcm` is with [pip](http://pypi.python.org/pypi/pip/):

```shell
python3 -m pip install --upgrade pyrtcm
Expand All @@ -68,7 +66,7 @@ If required, `pyrtcm` can also be installed into a virtual environment, e.g.:
python3 -m pip install --user --upgrade virtualenv
python3 -m virtualenv env
source env/bin/activate (or env\Scripts\activate on Windows)
(env) python3 -m pip install --upgrade pyrtcm
python3 -m pip install --upgrade pyrtcm
...
deactivate
```
Expand Down

0 comments on commit 1a7d4cf

Please sign in to comment.