Get Started
Installing on Windows 10
Assuming you have pip and python 3.7+ installed:
pip install dlight.pyRepl.it
Repl is a free online executor that is good for getting started with code. at the top of your script put the following two lines.
import os
os.system('pip install dlight.py')Linux
Assuming you have pip and python3.7+ installed:
sudo pip3 install dlight.pyLast updated
Was this helpful?