Skip to content

Commit b4a34be

Browse files
committed
Add pypi to README
1 parent 32b46a3 commit b4a34be

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

README.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,21 @@ The data will be collected in a SQLite database to query and visualize.
66
## Get Started
77

88
```sh
9-
python -m pip install 'pathtraits @ git+https://github.com/danlooo/pathtraits'
10-
pathtraits watch .
9+
# install
10+
python -m pip install pathtraits
1111

12+
# create some test data
1213
echo "test" > foo.txt
13-
echo "test:true" > foo.txt.yml
14+
echo "test: true" > foo.txt.yml
15+
16+
# create database
17+
pathtraits batch .
18+
19+
# query traits
20+
pathtraits get foo.txt
1421
```
1522

1623
## Developing
1724

18-
- normalize data base to store each new trait in a new table, allowing sparse traits
25+
- use Pylint
26+
- normalize data base to 3NF to store each new trait in a new table, allowing sparse traits

0 commit comments

Comments
 (0)