-
Notifications
You must be signed in to change notification settings - Fork 0
Setting up the development environment
Mitchell Miller edited this page Sep 26, 2019
·
3 revisions
This repo contains both Python dependencies and an npm project. This page gives a quick overview of setting up the development environment for our tool.
- Python v3.7
- Pip
- lizard v1.16.6
- Pyinstaller
NPM dependencies found here
This environment is intended to work on MacOS and Unix systems. First off, both Pythonv3.7
, pip
, and node
must be installed. From there installing all dependencies should be completed in two steps:
- running
pip install -r requirements.txt
in the base directory - running
npm install
in theweb-ui/
directory
After this running python build.py
in the base directory should produce a working standalone executable in dist/
titled codeQualityAssist