TeoNikolov / wasp_summur_shool_media_lang_2023

Fork of the majestic code that resulted from a pair-programming session during the WASP Summer School 2023.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Project

Setup host system

chmod +x environment/base-packages.sh
sudo ./environment/base-packages.sh

Setup and enter the docker image environment

In linux

./docker.sh [clean]

Setup and enter the virtual environment

In windows

env.bat 

In linux

source ./env.sh [clean]

In docker

source ./env.sh [clean]

Update docker environment

In the file (environment/base-packeges.sh) add apt packages that you need in your project

note that a newline will brake the RUN command and thus "\" should be used when adding dependencies. More information on how docker works can be found on https://docs.docker.com/get-started/

Update pip environment

the python dependencies for the project should be added to the pyproject.toml file

Run tests using

tox

About

Fork of the majestic code that resulted from a pair-programming session during the WASP Summer School 2023.


Languages

Language:Python 43.8%Language:Jupyter Notebook 42.5%Language:Shell 11.2%Language:Batchfile 2.4%