Skip to content

Octa-Aerospace/OctaSatSN3

Repository files navigation

How to get started with dummy data

Simplified steps (untested and prone to errors)

  1. Clone the repository
  2. Install the dependencies
pip install -r requirements.txt
  1. Be sure to have the following environment variables set in your .env file. They correspond to the database connection details.
# .env
DB_NAME=""
DB_USER=""
DB_HOST=""
DB_PWD=""
  1. Set the global dummy variable to True in the main.py file. Like so:
# main.py
global dummy; dummy = True
  1. Run the main.py file
python main.py

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •