neochrome / dpython

Dockerized python & pip toolchain

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dpython

Dockerized python & pip

Installation

$ git clone https://github.com/neochrome/dpython
$ cd dpython
$ sudo make install

Usage

Launching the python REPL:

$ dpython

Installing modules from requirements.txt:

$ dpip install -r requirements.txt

Note: this will create a .pip folder in the current working directory to hold installed modules.

Building locally

A pre-built image exists on Docker Hub, but if you want to, it's easy to build a local image:

$ cd dpython
$ make

Updating local image

In order to force an update of the docker image, run:

$ make update

or

$ docker pull neochrome/dpython:latest

About

Dockerized python & pip toolchain

License:The Unlicense


Languages

Language:Shell 72.6%Language:Makefile 21.1%Language:Dockerfile 6.2%