microsoft / ivy

IVy is a research tool intended to allow interactive development of protocols and their proofs of correctness and to provide a platform for developing and experimenting with automated proof techniques. In particular, IVy provides interactive visualization of automated proofs, and supports a use model in which the human protocol designer and the automated tool interact to expose errors and prove correctness.
Other
223 stars 80 forks source link

Windows installation instructions #94

Open paulsaswata opened 4 years ago

paulsaswata commented 4 years ago

Hi,

I was trying to install ivy on Windows, but I could not find a repository where the windows binaries mentioned in https://github.com/kenmcmil/ivy are located

I then tried following the instruction in http://microsoft.github.io/ivy/install.html#binary, but pip install ms-ivy fails with ERROR: "No matching distribution found for ms-ivy"

I also tried to install directly from the source by following the instructions provided in http://microsoft.github.io/ivy/install.html#windowsnotes , but there too seem to be the following issue :

Thanks