Skip to content

Commit c40a461

Browse files
author
Viktor Martinović
committed
[skip ci] updatereadme
1 parent ba30ada commit c40a461

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

.gitignore

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Ignore Python compiled files and cache
2+
**/__pycache__/
3+
4+
# Ignore virtual environment and package management
5+
venv/
6+
7+
# Ignore testing cache
8+
.pytest_cache/
9+
10+
# Ignore distribution folders
11+
dist/
12+
build/
13+
*.egg-info/
14+
15+
# Ignore python-notebook checkpoints
16+
.ipynb_checkpoints/

README.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@ and transliterations you might encounter when working with Uralic
1212
languages and other languages of Europe and Northern Asia that use
1313
variants of the Latin or Cyrillic alphabet.” (Copyright © 2021 COPIUS)
1414

15+
How to install:
16+
17+
::
18+
19+
>>> pip install copius_api
20+
1521
How to use:
1622

1723
::

0 commit comments

Comments
 (0)