📌
MBPY: Schools Technology
  • About this Resource
  • Installation
    • Requirements
    • Getting Started Local Install
    • Getting Started using Docker
    • Further instructions with Docker
    • Updating with Docker
  • Tutorials
    • Configuration
    • Importing
    • Extracting
    • Streaming
    • Pipelines
    • Scripting
    • Big Query
  • Querying & Tranformations
    • Querying Commands
    • Querying the Database
    • Querying via Script
    • Querying via an SQLite Client
  • Scripts
    • Daily Homeroom Attendance Report
  • Pipelines
    • Dataframes with pandas
    • Pipelines
    • Example Pipelines
      • Bulk Change Email domain
      • Enrollment by Gender
  • Plugins
    • mbpy_powerschool_plugin
      • PowerSchool Plugin
        • API reference
      • mbpy Plugin
        • mbpy plugin source code
    • Plugins Overview
    • mbpy_plugin_example
    • mbpy_plugin_destiny
    • mbpy_plugin_attendance_reports
Powered by GitBook
On this page

Was this helpful?

Export as PDF
  1. Installation

Requirements

What is required to run this?

PreviousAbout this ResourceNextGetting Started Local Install

Last updated 1 year ago

Was this helpful?

The following are necessary to install:

  • Linux, Windows, or Mac computer / server able to run Python 3.10 or higher.

  • Python 3.10 or higher installed (3.11 is recommended)

  • 200 MB of RAM

  • Git

  • Your GitHub usersname. At the moment, the repo is private; thus please contact Adam Morris, Schools Technology & Integrations Director at Faria, to be added to the repo. Once added, you need to accept the invitations.

Please choose from the below pages on which is most appropriate for your use case.

Getting Started Local Install
Getting Started using Docker