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:

jao@loon:~$ marcel
M 0.18.3 jao@loon ~$ version
0.18.3
M 0.18.3 jao@loon ~$

bottom of page