/cs910-lab

some code for cs910.

Primary LanguagePython

CS910 Foundation of Data Analytics - Lab & Exercise

Getting Started

First time setup

  1. Clone the repository
  2. Install Poetry
  3. Install Pyenv

Setup the environment

  1. setup the environment

    • Just run the setup script.
    ./setup.sh
  2. Enter the virtual environment

    • This step ensures that you are using the correct version of python and have all the dependencies installed.
    poetry shell

Run the code

Warning: You must be in the virtual environment to run the code. That means you should have run poetry shell in the previous step 2.

  • Run the code
    • Run the code with the following command.
    python3 ./.../main.py # replace the ... with the path to the file