alan-turing-institute / python-project-template

15 stars 3 forks source link

Add checks for invalid email format during set up stage #9

Closed rwood-97 closed 9 months ago

rwood-97 commented 10 months ago

pip install errors if you provide an invalid email address. During set up it would be good to check this (i.e. that it contains an @) and maybe any other params taht might cause errors.