Xanonymous-GitHub / cs917-lab

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:GNU General Public License v3.0


Languages

Language:Python 99.1%Language:Shell 0.9%