Python >=3.10 is needed. Python 3.12.7 is recommended (installation available at the official website). Depending on your OS, you may have to download one of these files:
- Windows:
Windows installer (64-bit)file - macOS:
macOS 64-bit universal2 installerfile
Once Python is installed, open your terminal and run this command to install the necessary Python modules:
- Windows:
python -m pip install flask pywin32 python-dotenv babylab - Linux/macOS:
python3 -m pip install flask pywin32 python-dotenv babylab
To run the app in your browser, run the following command in your terminal:
- Windows:
python -m flask --app babylab.app run - Linux/macOS:
python3 -m flask --app babylab.app run
Open your browser and go to http://127.0.0.1:5000. Log in with your API authentication token (and maybe your email), and you should be ready to go!
To update the app, run the following line of code in your terminal:
- Windows:
python -m pip install --upgrade babylab - Linux/macOS:
python3 -m pip install --upgrade babylab
Please, report any issues or feeb-back by opening a GitHub issue, or getting in touch at gonzalo.garcia[at]sjd.es.
babylab-redcap is distributed under the terms of the MIT license.