fcmpy package installation

Obtain the source from the git-repository at https://github.com/SamvelMK/FcmBci by running:

 git clone https://github.com/SamvelMK/FcmBci.git
    
Soon it will be available to install via pip using:
 pip install fcmpy
    

Necessary setup

This library requires your Python to be in version >= 3.7. To know the current version of Python, open your console (e.g., Anaconda Prompt) and type "python --version".
If your version is > 3.6, then you can upgrade it via one of the following methods:
- (preferred method) download a newer installation using a distribution such as Anaconda (https://www.anaconda.com/products/individual).
- if you use Anaconda, then in your console type "conda update python". This may takes several minutes and you may not see a response in your console immediately. You may be prompted to confirm whether you wish to upgrade, by typing y and enter. Note that if you created shortcuts to run Jupyter notebooks, such shortcuts may no longer work after upgrading Python in the console.

Recommended setup

Create a new environment (see optional steps at the bottom of this installation guide). If you have never created environment using these methods find some tips in the link here: Link to Stack article

  1. Choose one of the raw files by pressing the button (for conda recommended environment.yml)
  2. Open notepad and copy paste the content, then save it as environment.yml
  3.  conda env create -f environment.yml