top of page
Installing Marcel

To install marcel for your own use:

​

python3 -m pip install marcel

​

To install for the all users:

​

sudo python3 -m pip install --prefix /usr/local marcel

​

(Or change /usr/local to whatever makes sense for your system.)

Assuming marcel installs successfully, start it by running marcel, and then run the version oeprator at the marcel prompt:

bottom of page