소스 검색

Add screenshot to documentation

Arkadiusz Ryś 2 년 전
부모
커밋
25cd924e98
2개의 변경된 파일7개의 추가작업 그리고 9개의 파일을 삭제
  1. 7 9
      README.rst
  2. BIN
      docs/ui.png

+ 7 - 9
README.rst

@@ -2,23 +2,21 @@
 Graph Exploring Tool
 Graph Exploring Tool
 ####################
 ####################
 
 
+.. image:: docs/ui.png
+   :alt: Screnshot of the user interface
+
 Installation
 Installation
 ------------
 ------------
 
 
-.. code-block:: shell
+..
+   .. code-block:: shell
 
 
-   sudo apt-get install libglfw3
-   sudo apt-get install libglfw3-dev
-   sudo apt-get install freeglut3-dev
-   pip install graph-exploring-tool
+      pip install graph-exploring-tool
 
 
-or
+   or
 
 
 .. code-block:: shell
 .. code-block:: shell
 
 
-   sudo apt-get install libglfw3
-   sudo apt-get install libglfw3-dev
-   sudo apt-get install freeglut3-dev
    pip install --index-url https://pip:glpat-m8mNfhxZAUnWvy7rLS1x@git.rys.one/api/v4/projects/264/packages/pypi/simple --no-deps graph-exploring-tool
    pip install --index-url https://pip:glpat-m8mNfhxZAUnWvy7rLS1x@git.rys.one/api/v4/projects/264/packages/pypi/simple --no-deps graph-exploring-tool
 
 
 
 

BIN
docs/ui.png