Installing wmp-face¶
There are different ways to install wmp-face:
- Install the latest official release. This is the best approach for most users. It will provide a stable version.
- Building the package from source. This is best for users who want the latest-and-greatest features and aren’t afraid of running new code. This is needed for users who want to contribute to the project.
Installing the latest official release¶
Install the 64bit version of Python.
Then run:
$ pip install --upgrade wmp
In order to check your installation you can use:
$ pip show wmp # to see which version and where wmp-face is installed
$ pip freeze # to see all packages installed in the active virtualenv