Skip to content

Commit

Permalink
finalize package name
Browse files Browse the repository at this point in the history
  • Loading branch information
willeppy committed May 6, 2024
1 parent 72af131 commit c3ecb86
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,15 @@ Texture is a system for exploring and creating structured insights with your tex

![screenshot of Texture interface](.github/screenshots/texture_sc.png)

## Installation
## Install and run

Pip installation coming soon!
Install texture with pip:

```bash
pip install texture-viz
```

Then you can run in a python script or notebook. The run command takes in a pandas dataframe with a text column and optional metadata columns:

```python
import texture
Expand Down
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tool.poetry]
name = "texture"
name = "texture-viz"
version = "0.0.1"
description = "Process and profile text datasets interactively"
authors = ["Will Epperson <[email protected]>"]
Expand All @@ -8,6 +8,7 @@ repository = "https://github.com/cmudig/Texture"
homepage = "https://github.com/cmudig/Texture"
keywords = ["text", "nlp", "data profiling", "llm"]
packages = [{ include = "texture" }]
include = ["texture/frontend/**/*"]

[tool.poetry.dependencies]
python = "3.10.*"
Expand Down

0 comments on commit c3ecb86

Please sign in to comment.