Installation

To install the latest release of pyrcs from PyPI via pip:

pip install --upgrade pyrcs

To install the most recent version of pyrcs hosted on GitHub:

pip install --upgrade git+https://github.com/mikeqfu/pyrcs.git

Note

  • If using a virtual environment, make sure it is activated.

  • It is recommended to add pip install the option --upgrade (or -U) to ensure that you are getting the latest stable release of the package.

  • For more general instructions on the installation of Python packages, please refer to the official guide on Installing Packages.

To check whether pyrcs has been correctly installed, try to import the package via an interpreter shell:

>>> import pyrcs

>>> pyrcs.__version__  # Check the latest version
The latest version is: 0.3.1