Skip to content

Commit

Permalink
first release
Browse files Browse the repository at this point in the history
  • Loading branch information
JoFrhwld committed Nov 22, 2023
1 parent a76e028 commit 7d66f6a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 22 deletions.
25 changes: 4 additions & 21 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,28 +6,11 @@ Goal: A FastTrack python implementation with importable modules
## Installation

```bash
pip install git+https://github.com/JoFrhwld/fasttrackpy.git
pip install fasttrackpy
```

## Dev Usage
### Poetry setup

#### Installation:

[https://python-poetry.org/docs/#installation](https://github.com/pyenv/pyenv)

#### Python version

^3.10

#### venv setup
## Usage

```bash
python -m venv venv
```

#### Depdendencies installation

```bash
poetry install
```
fasttrack --file audio.wav --output formants.csv
```
7 changes: 6 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
name = "fasttrackpy"
version = "0.1.0"
description = "A python implementation of FastTrack"
authors = ["JoFrhwld <[email protected]>"]
authors = [
"JoFrhwld <[email protected]>",
"santiagobarreda <[email protected]>"
]
license = "MIT"
readme = "README.md"
packages = [{include = "fasttrackpy", from="src"}]
Expand All @@ -11,6 +14,8 @@ exclude = [
"examples/",
"docs/"
]
homepage = "https://fasttrackiverse.github.io/fasttrackpy/"
repository = "https://github.com/FastTrackiverse/fasttrackpy"

[tool.poetry.dependencies]
python = ">=3.10,<3.13"
Expand Down

0 comments on commit 7d66f6a

Please sign in to comment.