- To get started, clone the repository and install the required dependencies:
git clone https://github.com/codeHui/python_hk_event_search.git
cd python_hk_event_searchInit Python Environment using Conda(Recommend UV, Conda is not free anymore) from theenvironment.ymlfile:
conda env create -f environment.yml
conda activate python_hk_event_search
python main.py- If you are running in VS Code:
Make sure you have selected the correct Python interpreter (e.g., python_hk_event_search),
Show and Run Commands (Ctrl + SHift +P ) -> Python: Select Interpreter