- (Optional but recommended) Install NVM
- [Install Node LTS]
- With NVM you can do this with
nvm install --lts
thennvm use --lts
- With NVM you can do this with
- Install Bun https://bun.sh/docs/installation
- (Optional but recommended) Install pyenv
- (Linux) Make sure the following are installed:
- libffi-dev
- autoconf
- automake
- libtools
- Install Python 3.11
- With pyenv you can do this with
pyenv install 3.11
thenpyenv local 3.11
- With pyenv you can do this with
- Install virtualenv:
pip install virtualenv
- Run
bun run init
This project is licensed under the terms of the GNU General Public License v3.0 (GPL-3.0).
This project uses several open-source libraries:
- pywebview - BSD License
- biopython - Biopython License Agreement
- numpy - BSD License
- scipy - BSD License
- psutil - BSD License
- pandas - BSD License
- nuitka - Apache License 2.0
- react - MIT License
Please see the respective repositories for more information on their licensing.