diff options
author | Evgeny Zinoviev <me@ch1p.io> | 2021-03-23 00:20:11 +0300 |
---|---|---|
committer | Evgeny Zinoviev <me@ch1p.io> | 2021-03-23 00:20:11 +0300 |
commit | b6ae92a2613c3bdcb80fe0353414c7a2661c7415 (patch) | |
tree | e9b2572ab290f402cfc93e4e432a76338bc38f06 | |
parent | a819e7c7ad51a91fef8cd4796e62811c8528ef49 (diff) |
add initial readme
-rw-r--r-- | README.md | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..e6ea259 --- /dev/null +++ b/README.md @@ -0,0 +1,18 @@ +# e3372-py + +## Requirements + + + sudo apt install libxslt1-dev libxml2-dev + + +## Installation + + python3 -m venv venv + . ./venv/bin/activate + pip install wheel + pip install -r requirements.txt + +## License + +BSD-2c
\ No newline at end of file |