This is the base Package for the most python projects from the KenexarEU Team.
Explore the docs »
Report Bug
·
Request Feature
Here I give you the Installation instruction:
pip install kenexar-core
python3 -m pip install kenexar-core
And then you can start.
Feel free to open Issues or PR's
- 1: clone the current project via: https ->
git clone https://github.com/kenexar/kenexar-core
- 2: When you are on Linux/OSX or have an WSL on Win, you can run the setup.sh with
./setup.sh
- 2.1: Create a virtual enviroment with
python3 -m venv venv/
and activate itvenv/scripts/activate
. - 2.2: Install the requirements with
pip install -r req.txt
.
- 2.1: Create a virtual enviroment with
- 3: Have fun Developing! :D
Project by exersalza "Julian J."