Skip to content

Commit 4c1bef9

Browse files
committed
added pip install instructions and badge
1 parent 4965ca0 commit 4c1bef9

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed

README.md

+15-3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
PySoundTool is an experimental framework for exploring sound as well as machine learning in the context of sound.
44

5+
[![PyPI](https://img.shields.io/badge/pypi-v0.1.0a1-red)](https://pypi.org/project/pysoundtool/)
56
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/a-n-rose/Python-Sound-Tool/master)
67
[![License](https://img.shields.io/badge/license-GNU%20AGPL-brightgreen)](https://github.com/a-n-rose/Python-Sound-Tool/blob/master/LICENSE.md)
78
[![PyPI pyversions](https://img.shields.io/badge/python-3.6-yellow)](https://www.python.org/downloads/release/python-360/)
@@ -32,9 +33,9 @@ This project is still in the beginning stages and has a lot of room for growth,
3233

3334
# Installation
3435

35-
Clone this repository. Set the working directory where you clone this repository.
36+
You can install PySoundTool via pip or by cloning this repository.
3637

37-
Start a virtual environment:
38+
Before either, I suggest a virtual environment:
3839

3940
```
4041
$ python3 -m venv env
@@ -48,7 +49,18 @@ Then activate the environment
4849
$ source env/bin/activate
4950
(env)..$
5051
```
51-
Then install necessary installations via pip:
52+
53+
## pip
54+
55+
```
56+
(env)..$ pip install pysoundtool
57+
```
58+
59+
## Clone github repo
60+
61+
Clone this repository. Set the working directory where you clone this repository.
62+
63+
Then install the necessary dependencies via pip:
5264
```
5365
(env)..$ pip install -r requirements.txt
5466
```

0 commit comments

Comments
 (0)