Skip to content

MusculoskeletalAtlasProject/setup-map-client-for-development

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Setup MAP Client for Development

This is a simple script to setup a development installation of MAP Client.

To start create a virtual environment:

python -m venv venv_map_client_dev

And activate it (macOS/Linux):

source venv_map_client_dev/bin/activate

or (Windows):

venv_map_client_dev\Scripts\Activate

Install dulwich:

pip install dulwich

To setup a basic development simply run the setup script:

python <relative-or-absolute-path-to-this-repository>/src/setup_map_client.py common

The script accepts a set parameter that installs plugins, workflows, and packages listed under that set. The available sets are: common, sparc, msk.

About

A script to setup a MAP Client installation ready for developing MAP Client, plugins, or packages used by plugins.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages