Skip to content

sebcampos/Adly

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Adly

Adly project Repo

Basic Set Up

install anaconda or miniconda using brew on mac, chocolatey on windows, or directly from the anaconda website below is the anaconda website link to start the install

https://www.anaconda.com/products/individual#Downloads

To create conda virtual enviornemt have miniconda or anaconda installed and call command

conda create -n adly_venv python=3.7 anaconda

Launch virtual enviornemnt with the command below

conda activate adly_venv

Lastly install kivy into the adly_venv after launching the venv

python -m pip install kivy

Resources

About

Adly project Repo

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages