fractale/README.md

25 lines
493 B
Markdown
Raw Permalink Normal View History

2019-02-25 17:51:04 +01:00
# Fractale
2019-02-25 17:48:13 +01:00
2019-02-25 18:06:27 +01:00
Défi de la semaine, fractale
# Dépendances
2019-02-25 21:22:08 +01:00
- Pillow, `pip install pillow`
# Installation
mkdir python
cd python
wget https://www.python.org/ftp/python/3.6.8/Python-3.6.8.tgz
tar -xf Python-3.6.8.tgz
cd Python-3.6.8
./configure --enable-optimizations
make
make altinstall
pip3.6 install pipenv
cd ..
git clone https://moriya.zapto.org/LCI/fractale.git
cd fractale
pipenv install
cd sources
pipenv run betterTurtle.py