Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 634 Bytes

File metadata and controls

19 lines (15 loc) · 634 Bytes

Installation and Running

  • 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_search
  • Init Python Environment using Conda (Recommend UV, Conda is not free anymore) from the environment.yml file:
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