Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/isaacovercast/imemeba-bci

Biodiversity Change Index
https://github.com/isaacovercast/imemeba-bci

Last synced: about 1 month ago
JSON representation

Biodiversity Change Index

Awesome Lists containing this project

README

        

# IMEMEBA-BCI
Biodiversity Change Index

## Installation
```
# Create a new conda environment
conda create -n BCI python=3.10 -y

# Activate the BCI conda environment
conda activate BCI

# Clone this repository
git clone https://github.com/isaacovercast/IMEMEBA-BCI.git

# Install this repo in 'developer mode'
pip install -e IMEMEBA-BCI
```