Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

📚 Update installation instruction for release on pipi #56

Merged
merged 1 commit into from
Feb 5, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,20 @@ Can be installed as a python package from sources, but is not (yet) released on
Prerequisites:

- Python 3.8 or 3.9
- Python package `pyglotaran` v0.3.0 (or later)
- Python package `pyglotaran` v0.5.0 (or later)

Note for Windows Users: The easiest way to get python for Windows is via [Anaconda](https://www.anaconda.com/)

### Stable Release

To install pyglotaran-extras from [pypi](https://pypi.org/), run this command in your terminal:

```shell
pip install pyglotaran-extras
```

### From Source

To install pyglotaran-extras from sources, either clone this repository or download the latest release, then run this command in your terminal:

```shell
Expand Down