# If necessary
python3 -m pip install --user -e .
# Then
pythhon3 -m pip install --user -r test_requirements.txt
python3 -m pytest .
Work on the project!
Make sure you have done the basic regression exercise and the on estimation exercise
# If necessary
python3 -m pip install --user -e .
# Then
pythhon3 -m pip install --user -r test_requirements.txt
python3 -m pytest .
Work on the project!
Make sure you have done the basic regression exercise and the on estimation exercise