Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9ee4ac6

Browse files
committed
avoid platform specification
1 parent a147617 commit 9ee4ac6

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

docs/Quickstart.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,7 @@ to install binary packages first.
1717

1818
please install PhantomJS if needed: http://phantomjs.org/build.html
1919

20-
and conduct one of the step below after compiling phantomjs:
21-
```
22-
cp path/to/phantomjs/bin/phantomjs /usr/local/bin
23-
#or
24-
ln -s /path/to/phantomjs /usr/local/bin/
25-
#or
26-
echo 'PATH=/home/user/phantomjs/bin:$PATH' > /home/user/.bashrc
27-
```
20+
note that PhantomJS will be enable only if it is excutable in the **PATH** or in the System Environment
2821

2922
**Note:** `pyspider` command is running pyspider in `all` mode, which running components in threads or subprocesses. For production environment, please refer to [Deployment](Deployment).
3023

0 commit comments

Comments
 (0)