#!/usr/bin/env bash

pip freeze > requirements.txt
ls -l requirements.txt

python --version > pythonversion.txt
ls -l pythonversion.txt
