Repo to take note for learning something new from the basic
- Step 1: Install requirement
# create virtual env
python -m vevn .env
# active virtual env
source ./.env/bin/activate
- Step 2: Install dependencies
pip install -r requirements.txt
- Step 3: Run script
python ./script/create.py