Skip to content

Commit

Permalink
Feature/mulitpy (#28)
Browse files Browse the repository at this point in the history
* fix versions to properly support new versions of python

---------

Co-authored-by: fonhorst <[email protected]@gmail.com>
  • Loading branch information
fonhorst and fonhorst authored Jun 5, 2024
1 parent 3ead994 commit cb3d295
Show file tree
Hide file tree
Showing 3 changed files with 1,531 additions and 980 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,14 +72,14 @@ Via pip:

```pip install autotm```

```python -m spacy download en_core_web_sm```

From source:

```pip install -r requirements.txt```
```poetry install```

```python -m spacy download en_core_web_sm```

```export PYTHONPATH="${PYTHONPATH}:/path/to/src"```

[//]: # (## Dataset and )

## Quickstart
Expand Down
Loading

0 comments on commit cb3d295

Please sign in to comment.