You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Michael Rice edited this page Jul 8, 2015
·
1 revision
Install Instructions
simdeplower is a python package and it can be installed a couple of ways depending on which version you want to run. The recommended way to install simdeplower is to use pip It is also highly recommended that you install simdeplower into a virtualenv. Doing this will allow the user to easily update with out any other python libraries being changed on the system. Here is how I install simdeplower using pip
This will install everything simdeplower needs into ~/venvs/simdeplower if ever you decide you no longer want simdeplower simply delete the ~/venvs/simdeplower directory and it will be gone.
Install Latest Code From GitHub
To install the latest version of code found in GitHub it is still best to use a virtualenv. Here is a best practices way to do it: