Skip to content

sinlov/LearnPython

Repository files navigation

For python language playground

runtime

  • python runtime suggest to use docker
# use makefile to build images
$ make dockerImagesBuild
  • change proxy of pip before run make dockerImagesBuild at file ./Dockerfile
RUN pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple \

must use make dockerImagesBuild after change requirements.txt

use in PyCharm

  • in settings -> Python Interpreter
  • Click the gear button on the right, and press add..

runtime-1.png

  • select Docker Compose

runtime-2.png

if Server: is empty can click New... button add docker engine

runtime-3.png

  • then pass Ok

About

sinlov's learn of python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published