Skip to content

Kenexar-Core is the base Package for the most python projects from the KenexarEU Team.

License

Notifications You must be signed in to change notification settings

ZerXGIT/kenexar-core

 
 

Repository files navigation


Logo

Kenexar-Core

This is the base Package for the most python projects from the KenexarEU Team.
Explore the docs »

Report Bug · Request Feature

CodeFactor Python GitHub license

Installation

Here I give you the Installation instruction:

On Windows:

  • pip install kenexar-core

On Linux:

  • python3 -m pip install kenexar-core

And then you can start.

Contributing

Feel free to open Issues or PR's

Create your Enviroment

  • 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
    When the setup.sh is not working, follow these steps.
    • 2.1: Create a virtual enviroment with python3 -m venv venv/ and activate it venv/scripts/activate.
    • 2.2: Install the requirements with pip install -r req.txt.
  • 3: Have fun Developing! :D

Project by exersalza "Julian J."

About

Kenexar-Core is the base Package for the most python projects from the KenexarEU Team.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 97.3%
  • Shell 2.7%