From e92b5ef1e3e424df8ee1882544acd6a7e4c5c924 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexandre=20Ren=C3=A9?= Date: Fri, 15 Nov 2019 14:37:54 +0100 Subject: [PATCH] [session26] Add some resources --- session26_distutils/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/session26_distutils/README.md b/session26_distutils/README.md index 9d9438f..0da6eb4 100644 --- a/session26_distutils/README.md +++ b/session26_distutils/README.md @@ -8,6 +8,11 @@ * `conda activate pymotw_odd` * install potions package: `pip install -e ASPP-2019-ODD/` +## Resources + +* Sample project repo: https://github.com/pypa/sampleproject +* Alex R's WIP, conda-free, python container template: https://github.com/alcrene/python-container + ## Acknowledgement Entirely based on [this](https://github.com/ASPP/2019-camerino-ODD) amazing tutorial at the ASPP school.