/cs917-lab

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

CS917 Foundation of Computing - Course works

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