/python3-devel-environment

quick and dirty dev environment via docker

Primary LanguageMakefile

  1. git clone https://github.com/borgified/python3-devel-environment.git
  2. mv python3-devel-environment your-repo-name
  3. cd your-repo-name
  4. rm -rf .git
  5. git init
  6. vi dockerfiles/Dockerfile and modify as necessary to include other tools that you might need
  7. make build to build your docker image
  8. make run to run the newly built image