Skip to content

Commit 2184e4d

Browse files
committed
Downgrade nightly for now to workaround pyo3 issue
PyO3/pyo3#144
1 parent 4ebbb50 commit 2184e4d

File tree

1 file changed

+18
-7
lines changed

1 file changed

+18
-7
lines changed

README.md

Lines changed: 18 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,24 @@ Currently supported on macOS, Windows, and X11 with the XTest extension.
2424

2525
### Installation
2626

27-
$ git clone git://github.com/autopilot-rs/autopy-rs.git
28-
$ cd autopy
29-
$ rustup install nightly
30-
$ rustup default nightly
31-
$ pip install -U setuptools-rust
32-
$ python setup.py build
33-
# python setup.py install
27+
First, see if a binary wheel is available for your machine by running:
28+
29+
$ pip install -U autopy
30+
31+
If that fails, install [rustup](https://rustup.rs) and then run:
32+
33+
$ rustup default nightly-2018-04-19
34+
$ pip install -U setuptools-rust
35+
$ pip install -U autopy
36+
37+
Another option is to compile from the latest source on the GitHub repository:
38+
39+
$ git clone git://github.com/autopilot-rs/autopy-rs.git
40+
$ cd autopy
41+
$ rustup default nightly-2018-04-19
42+
$ pip install -U setuptools-rust
43+
$ python setup.py build
44+
# python setup.py install
3445

3546
### Hello World
3647

0 commit comments

Comments
 (0)