move files into src directory

This commit is contained in:
2021-02-09 13:06:17 +01:00
parent d0eabd3252
commit bba60a00a4
25 changed files with 59 additions and 15 deletions

View File

@@ -1,2 +1,11 @@
pylib
=====
# Install
Install in "development mode" so any changes of the program is effective.
git clone http://weseng.de/daniel/pylib.git
cd pylib
pip install --user -e .
# Uninstall
pip uninstall pylib