File tree 1 file changed +15
-3
lines changed
1 file changed +15
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
PySoundTool is an experimental framework for exploring sound as well as machine learning in the context of sound.
4
4
5
+ [ ![ PyPI] ( https://img.shields.io/badge/pypi-v0.1.0a1-red )] ( https://pypi.org/project/pysoundtool/ )
5
6
[ ![ Binder] ( https://mybinder.org/badge_logo.svg )] ( https://mybinder.org/v2/gh/a-n-rose/Python-Sound-Tool/master )
6
7
[ ![ License] ( https://img.shields.io/badge/license-GNU%20AGPL-brightgreen )] ( https://github.com/a-n-rose/Python-Sound-Tool/blob/master/LICENSE.md )
7
8
[ ![ 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,
32
33
33
34
# Installation
34
35
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.
36
37
37
- Start a virtual environment:
38
+ Before either, I suggest a virtual environment:
38
39
39
40
```
40
41
$ python3 -m venv env
@@ -48,7 +49,18 @@ Then activate the environment
48
49
$ source env/bin/activate
49
50
(env)..$
50
51
```
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:
52
64
```
53
65
(env)..$ pip install -r requirements.txt
54
66
```
You can’t perform that action at this time.
0 commit comments