Lec 1 How to Install BrainCog
Install Online
You can install braincog by running:
pip install braincog
Also, install from github by running:
pip install git+https://github.com/braincog-X/Brain-Cog.git
Install locally
If you are a developer, it is recommanded to download or clone braincog from github.
git clone https://github.com/braincog-X/Brain-Cog.git
Enter the folder of braincog
cd Brain-Cog
Install braincog locally
pip install -e .
Install datasets (optional)
If you use datasets in your code, especially neuromorphic datasets, you have to install another package
pip install git+https://github.com/BrainCog-X/tonic_braincog.git
You can download this package and install locally as well.
git clone https://github.com/BrainCog-X/tonic_braincog.git
cd tonic
pip install -e .