https://medium.com/analytics-vidhya/django-with-docker-and-docker-compose-python-part-1-da0ed3f61566 #mac:
pip3 install pipenv
pipenv --python 3.7 install django==3.0
brew install libxml2 libxmlsec1 pkg-config
export LDFLAGS="-L/usr/local/opt/openssl/lib" export CPPFLAGS="-I/usr/local/opt/openssl/include"#to ssh into pipenv
pipenv shell#windows:
pip install pipenv