Installationο
Install Optionsο
When installing bapsf_motion there are three install options tailored
for end-user use and four options tailored for developer use.
Option |
Description |
|---|---|
|
Installs all dependencies, EXCLUDING GUI dependencies, to used the core functionality on 64-bit systems. |
|
Installs all dependencies, INCLUDING GUI dependencies, to used the core functionality on 64-bit systems. |
|
Installs dependencies for 32-bit systems. This EXCLUDES GUI dependencies, since the GUI functionality ONLY works on 64-bit systems. |
Option |
Description |
|---|---|
|
Installs dependencies on top of
|
|
Installs dependencies on top of
|
|
Installs dependencies on top of
|
|
Installs ALL package dependencies. |
Installing from pipο
The bapsf_motion package is registered with
PyPI and can be installed with
pip via
pip install bapsf_motion
If you want to install pre-releases, then use the --pre flag
pip install bapsf_motion --pre
For the most recent development version, bapsf_motion can be
installed from GitHub, see
additional details below.
Installing Directly from GitHubο
To install directly from GitHub, you need to have
git
installed on your computer. If you do not have git installed,
then see Installing from a GitHub Clone or Download.
To install directly from the main branch invoke the following
command
pip install git+https://github.com/BaPSF/bapsf_motion.git#egg=bapsf_motion
If an alternate branch BranchName is desired, then invoke
pip install git+https://github.com/BaPSF/bapsf_motion.git@BranchName#egg=bapsf_motion
Installing from a GitHub Clone or Downloadο
A copy of the bapsf_motion package can be obtained by
cloning
or downloading from the GitHub repository.
Cloning the repository requires an installation of git on your
computer. To clone the main branch, first, on your computer,
navigate to the directory you want the clone and do
git clone https://github.com/BaPSF/bapsf_motion.git
To download a copy, go to the repository, select the branch to be downloaded, click the green button labeled Code, select Download ZIP, save the zip file to the desired directory, and unpack.
After getting a copy of the bapsf_motion package (via clone or
download), navigate to the main package directory, where the package
setup.py file is located, and execute
pip install .
Useful Installation Linksο
bapsf_motion repository: https://github.com/BaPSF/bapsf_motion
bapsf_motion on PyPI: https://pypi.org/project/bapsf_motion/
pip documentation: https://pip.pypa.io/en/stable/
git installation: https://git-scm.com/book/en/v2/Getting-Started-Installing-Git
cloning and downloading form GitHub: https://help.github.com/articles/cloning-a-repository/