Défi de la semaine, fractale
Go to file
2019-03-04 15:33:35 +01:00
build Update documentation 2019-02-28 00:37:52 +01:00
source nouvelles fractales 2019-03-04 15:33:35 +01:00
.gitignore Leave my gitignore alone 2019-02-25 21:24:18 +01:00
LICENSE Initial commit 2019-02-25 16:48:13 +00:00
make.bat Add documentation 2019-02-25 20:07:05 +01:00
Makefile Add documentation 2019-02-25 20:07:05 +01:00
Pipfile Add dependency 2019-02-25 21:27:04 +01:00
README.md for tdk 2019-02-25 21:22:08 +01:00
test.bmp nouvelles fractales 2019-03-04 15:33:35 +01:00

Fractale

Défi de la semaine, fractale

Dépendances

  • 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