Skip to content

kfmh/fundamentals

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🍒
Learn the fundamentals right,
the rest is a cherry on top

Status

Project on hold, working on Undr Wolf Bildfold chess trainer

Installation Mac/Linux

  1. From terminal create a directory
mkdir <directory_name>
cd <directory_name>
  1. Create and activate an environment
# Python environment
python3 -m venv <enviroment_neme>
source <enviroment_neme>/bin/activate
# Anaconda environment
conda create -n <enviroment_neme>
conda activate <enviroment_neme>
  1. Install fnds_math package
# Pip install package directly from main branch
pip install git+https://github.com/undrwolf/fundamentals.git

Usage

# Run program
fnds_math

About

Fundamentals is an open source project exploring educational technology for mathematics.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages