Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# Python-apt is a wrapper to use features of apt from python.
|
2 |
|
3 |
It contains the following modules:
|
@@ -46,4 +51,4 @@ To use the annotation with your source code, run:
|
|
46 |
```
|
47 |
$ MYPYPATH=/usr/lib/python3/dist-packages/apt mypy ./my-program
|
48 |
```
|
49 |
-
(adjust from python3 to python2.7 if you run there).
|
|
|
1 |
+
---
|
2 |
+
library_name: adapter-transformers
|
3 |
+
tags:
|
4 |
+
- llm
|
5 |
+
---
|
6 |
# Python-apt is a wrapper to use features of apt from python.
|
7 |
|
8 |
It contains the following modules:
|
|
|
51 |
```
|
52 |
$ MYPYPATH=/usr/lib/python3/dist-packages/apt mypy ./my-program
|
53 |
```
|
54 |
+
(adjust from python3 to python2.7 if you run there).
|