From f197faf3f7b244b78e333d26810ca65f4d84e26d Mon Sep 17 00:00:00 2001 From: Jelle Feringa Date: Sun, 28 Feb 2016 09:10:44 +0100 Subject: [PATCH] Update README.md today more discussion on reddit [1] on installing pythonocc i think we have to be even more explicit about conda [1] https://www.reddit.com/r/Python/comments/480g8p/anyone_have_experience_getting_pythonocc_to_work/ --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index a22651b6b..5fdee888b 100644 --- a/README.md +++ b/README.md @@ -58,6 +58,14 @@ How to stay up to date with latest developements? cd pythonocc-core git pull +How to install ? +---------------- + +pythonocc provides [conda packages](https://anaconda.org/DLR-SC/pythonocc-core). +this will get you up & running in minutes: + +conda install -c https://conda.anaconda.org/dlr-sc pythonocc-core + How to compile ? ----------------