Skip to content

TeamGalileoRobotics/croissant-server

Repository files navigation

croissant-server 🥐

Usage

  1. Make sure you have Python 3.9 or later installed.

  2. Install Pipenv if you do not already have it:

    > python3 -m pip install pipenv

  3. Install packages from Pipfile:

    > python3 -m pipenv install

  4. Start server with script defined in Pipfile:

    > python3 -m pipenv run server