Hi Folks,

I've uploaded `leo-5.7b2.dev27` to PyPi.org. It installs successfully on
Win7x64 for Python 3.6 and Python 2.7. It should work on Win10 and Linux
also, can anyone confirm that? Run the command below from your desired
command shell:

End user install:

pip install leo

Developer install:

git clone --depth=50 https://github.com/leo-editor/leo-editor.git
pip install --editable .\leo-editor


Completely new bare bones Anaconda environment example:

conda create --name Leo-test-py36 --python=36
activate Leo-test-py36
conda install pip
conda install pyqt
pip install leo
leo-console --version
deactivate


conda create --name Leo-test-py27 --python=27
activate Leo-test-py27
conda install pip
conda install pyqt
pip install leo
leo-console --version
deactivate

Thanks!

matt

-- 
You received this message because you are subscribed to the Google Groups 
"leo-editor" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to leo-editor+unsubscr...@googlegroups.com.
To post to this group, send email to leo-editor@googlegroups.com.
Visit this group at https://groups.google.com/group/leo-editor.
For more options, visit https://groups.google.com/d/optout.

Reply via email to