Skip to content

Commit aa81fde

Browse files
committed
Update README.md
1 parent abcda9b commit aa81fde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Python class for manipulation with Valve KeyValues files ([VDF format](https://developer.valvesoftware.com/wiki/KeyValues)). 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.
33

44
# 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`
5+
Just copy the `valve_keyvalues_python` folder or `keyvalues.py` file 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.keyvalues import KeyValues` or `from keyvalues import KeyValues`
66

77
**Requires Python 3!**
88

0 commit comments

Comments
 (0)