Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 1.2 KB

File metadata and controls

36 lines (25 loc) · 1.2 KB

LOGO

Author: Meryll Dindin

This package fosters a lot of reusable components that you can easily plug into any of your project. A lot is being developed currently, as I add more and more automation and documentation. Feel free to participate in the elaboration of this open-source package!

Read about the project on Medium.

Set up a whole new environment:

git clone https://github.com/Coricos/Challenger.git
virtualenv -p python3 Challenger
cd Challenger
source bin/activate
pip install -r requirements.txt

For Jupyter lovers, add the environment to your list of kernels:

pip install jupyter notebook ipython ipykernel
python -m ipykernel install --user --name=challenger

General project architecture:

ROADMAP

Project usages so far: