Ensure you can run Prolix from the command line
Before you go any further, make sure you have Prolix 2.1+ and that the expected version is available from your command line. You can check this by running:
prolix --version
You should get some output like Prolix 2.1.0
. If
you do not have Prolix 2.1+, please install the latest 2.x
version from download.
If you’re not have Prolix 2.1+ and you get an error like this:
C:\Users\Admin\Desktop>prolix --version no file named '--version' even '--version.prlx'
Ensure you can run ppm from the command line
Additionally, you’ll need to make sure you have ppm available. You can check this by running:
ppm
Use ppm for Installing
To install the latest version of "SomeProject":
ppm install SomeProject
To install a specific version:
ppm install SomeProject@1.4
Upgrading packages
Upgrade an already installed SomeProject
to the
latest from ppm.
ppm upgrade SomeProject