Diff of /docs/getting-started.rst [000000] .. [691826]

Switch to unified view

a b/docs/getting-started.rst
1
Getting started
2
===============
3
4
Quick Start
5
-----------
6
Installation
7
````````````
8
git clone https://github.com/smujiang/WSITools.git
9
cd WSITools
10
python setup.py install
11
12
Note that when you install our package, the dependencies can be automatically installed, but you may need to install 
13
the dependent OpenSlide_ library.
14
If using `PyCharm` or `venv` on Windows:
15
1. Download the correct binary_ file for your system
16
2. Copy all files from `/bin` into your `venv/Scripts/` directory
17
18
.. _OpenSlide: https://openslide.org
19
.. _binary: https://openslide.org/download/#windows-binaries