Skip to content

herereadthis/Sagaxus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sagaxus

Documentation and examples for user behavior analytics and tracking.

Setup

# Clone repo
git clone https://github.com/herereadthis/sagaxus.git
# Go into directory
cd sagaxus
# Run setup script
./setup.sh
  • Granular steps install
# create virtual environment
python3 -m venv venv
# start virtual environment
source venv/bin/activate
# now you are in the virtual environment
pip install -r requirements.txt
# run a calculator in virtual environment, e.g, binomial
cd calculators
python binomial.py

Additional commands

# run after installing packages, to update requirements
pip freeze > requirements.txt