@@ -69,46 +69,20 @@ Tutorials can be found from the [Wiki page](https://github.com/PaleoIPSL/PyAnaly
6969
7070See [ installation.md] ( ./installation.md ) for installation details.
7171
72+ <hr style =" border :2px solid gray " >
73+
7274##### Test
7375
7476 * ` python PyAnalySeries.py `
7577 * ` python PyAnalySeries.py test/ws_ex.xlsx `
7678 * ` python PyAnalySeries.py test/MD95-2042.xlsx test/GeoB3938.xlsx `
7779
80+ <hr style =" border :2px solid gray " >
81+
7882##### Shortcuts
7983
8084See [ shortcuts.md] ( ./shortcuts.md ) for shortcut settings.
8185
82- * Icon : <img src =" resources/PyAnalySeries_icon.svg " alt =" shortcut icon " width =" 80 " />
83- * Shortcut on Linux :
84- * Copy the ` misc/PyAnalySeries.desktop ` file to your Desktop, and make change to specify YOURLOGIN
85- * Make change in the ` PyAnalySeries.sh ` file to specify the anaconda installation directory
86- * Set an icon on the shorcut by choosing the ` resources/PyAnalySeries_icon.png ` file as icon
87-
88- * Shortcut on MacOS :
89- * Use Automator tool to set a shortcut (choose new application and execute shell)
90- * Copy in the shell the PyAnalySeries.sh file content with correct anaconda path
91- * Save as an application in your Desktop directory
92- * Set an icon by pressing ** ⌘ + I** on the shorcut created and drag the ` resources/PyAnalySeries_icon.svg ` file on the top icon
93-
94- * Shortcut on Windows
95- * Right-click on Desktop → **New → Text Document**
96- * Rename to `run_pyanalyseries.bat` (⚠️ ensure `.bat`, not `.txt`)
97- * Edit the file and paste:
98- ```@echo off
99- call conda activate env_PyAnalySeries
100- cd /d C:\Users\YOUR_USERNAME\PyAnalySeries
101- python PyAnalySeries.py
102- pause
103- ```
104- * Save the file
105- * Right-click the `.bat` file → **Create shortcut**
106- * Move the shortcut to Desktop
107- * Double-click the shortcut to launch PyAnalySeries
108- * Windows does **not support SVG icons** → convert to `.ico`
109- * Right-click shortcut → **Properties → Change Icon**
110- * Select your `.ico` file
111-
11286<hr style =" border :2px solid gray " >
11387
11488#### Releases
0 commit comments