Add README.md

This commit is contained in:
2025-09-17 20:25:21 +02:00
parent 78fd599f23
commit 8fa99895e1

11
pi/README.md Normal file
View File

@@ -0,0 +1,11 @@
# How to get decimal of pi
python3 -m venv .venv
source .venv/bin/activate
pip3 install -r requirements
python3 pi.py
How many decimal of pi you want ?
100