From e2cc4875e54092ec1e84d1b4838d5ba381409555 Mon Sep 17 00:00:00 2001 From: Ben Chuanlong Du Date: Tue, 23 Dec 2025 09:27:16 -0800 Subject: [PATCH] Remove third-party libraries section from README Removed section listing third-party Python libraries. --- readme.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/readme.md b/readme.md index a33dc8e..41ff355 100644 --- a/readme.md +++ b/readme.md @@ -2,12 +2,6 @@ Python 3 in Docker. -## Third-party Python Libraries Installed - -- ipython -- pytype pylint yapf pytest -- [xinstall](https://github.com/dclong/xinstall) - ## Prerequisite You need to [install Docker](http://www.legendu.net/en/blog/docker-installation/) before you use this Docker image.