Skip to content

Commit 29d8ba4

Browse files
committed
added Installation section
1 parent 7d9f0a4 commit 29d8ba4

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# valve-keyvalues-python
2-
Python class for manipulation with Valve KeyValues files (VDF format). Provides parsing of VDF files to object with dict interface, editing of this object keys and values and writing of any object with dict interface to VDF file format.
2+
Python class for manipulation with Valve KeyValues files (VDF format). Provides the parsing of VDF files to objects with dict interface, editing of this object keys and values and writing of any object with dict interface to VDF file format.
3+
4+
# Installation
5+
Just copy the `valve-keyvalues-python` folder wherever you need, for example to your Python's site-packages: `<Python>/Lib/site-packages/` and then inside your program import the class by `from valve-keyvalues-python import KeyValues`
6+
7+
**Requires Python 3!**
38

49
# Usage
510

0 commit comments

Comments
 (0)