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.