-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME.md.jinja
More file actions
28 lines (17 loc) · 1.24 KB
/
README.md.jinja
File metadata and controls
28 lines (17 loc) · 1.24 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<h1 align="center">
<img src="https://github.com/pyfar/gallery/raw/main/docs/{{ logo_path_gallery }}" width="300">
</h1><br>
[](https://badge.fury.io/py/{{ project_slug }})
[](https://{{ project_slug }}.readthedocs.io/en/latest/?badge=latest)
[ }}.svg?style=shield)](https://circleci.com/gh/{{ git_username }}/{{ project_slug | replace("_", "-") }})
[](https://mybinder.org/v2/gh/pyfar/gallery/main?labpath=docs/gallery/interactive/pyfar_introduction.ipynb)
{{ project_long_description }}
## Getting Started
{{ project_getting_started }}
## Installation
Use pip to install {{ project_slug }}
pip install {{ project_slug }}
(Requires Python {{ minimum_python_version }} or higher)
If the installation fails, please check out the [help section](https://pyfar-gallery.readthedocs.io/en/latest/help).
## Contributing
Check out the [contributing guidelines](https://{{ project_slug }}.readthedocs.io/en/stable/contributing.html) if you want to become part of pyfar.