Melbourne housing market data analysis, packaging style This project was developed with python 3.9.14
- create virtual environment and install requirements.txt
- install the folder
melhousing
as a package, withpip install -e .
by either configuring thesetup.cfg
+pyproject.toml
files ORsetup.py
file, for scripts insidescripts
folder to import properly. Refer to this tutorial: https://medium.com/mlearning-ai/a-practical-guide-to-python-project-structure-and-packaging-90c7f7a04f95
*If your main entry points are ouside in the root folder, no need to do this step, simply import melhousing
as a normal package.