Skip to content

Instantly share code, notes, and snippets.

@knud
Created August 1, 2022 01:25
Show Gist options
  • Save knud/77b065398e5d0a28dd63c01b205489e7 to your computer and use it in GitHub Desktop.
Save knud/77b065398e5d0a28dd63c01b205489e7 to your computer and use it in GitHub Desktop.
How to get Manuskript working on Apple Silicon
Manuskript is an open source tool for writers.
Anaconda3 must be installed.
conda create --name manuskript python=3.9
conda activate manuskript
conda install -c anaconda pyqt
conda install -c conda-forge lxml
git clone https://github.com/olivierkes/manuskript.git
cd manuskript
git checkout develop
# now we're ready to run manuskript
./bin/manuskript
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment