Skip to content
This repository has been archived by the owner on Apr 1, 2022. It is now read-only.

Setup morphine on your Local Machine

Gurkirat Singh edited this page Sep 26, 2018 · 2 revisions

You can setup morphine in from two different sources

PyPi (recommended)

$ python3 -m pip install morphine-maker --user

Github

  1. Download the repository
$ git clone https://github/tbhaxor/morphine
  1. Change the directory
$ cd directory
  1. Run setup
$ python3 -m pip install . --user

and use via morphine-maker command.

Clone this wiki locally