Skip to content

slavitab/python.berlin

 
 

Repository files navigation

python.berlin

The python.berlin website allows all Berlin Python User Groups to introduce themselves, present slides, code examples etc.

🤝 Collaboration

If you have suggestions for improvements and additions, I recommend that you create a Fork of our GitHub Repository and make your changes there.

Download and installation

  1. Download

    $ git clone [email protected]:python-berlin/python.berlin.git
  2. Create virtual environment

    $ cd python.berlin
    $ $ python3 -m venv .
    $ source bin/activate
    $ python -m pip install --upgrade pip
    $ python -m pip install -r requirements_dev.txt
    $ pre-commit install
  3. Create HTML

    $ make html

Releases

No releases published

Packages

No packages published

Languages

  • Python 45.5%
  • Batchfile 30.4%
  • Makefile 24.1%