Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.rst

Installation

Requirements

  • Python 3.6.2
  • pip 20.0.2

Installing by using PyPi

Install

python3.6 -m pip install samplesizelib

Uninstall

python3.6 -m pip uninstall samplesizelib

Installing from GitHub source

Install

git clone https://github.com/andriygav/SampleSizeLib.git
cd SampleSizeLib
python3.6 -m pip install ./src/

Uninstall

python3.6 -m pip uninstall samplesizelib