Skip to content

Commit ef0c1aa

Browse files
committed
Fix
1 parent b49571c commit ef0c1aa

1 file changed

Lines changed: 11 additions & 10 deletions

File tree

shortcuts.md

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,29 @@
11

2-
### Shortcuts
2+
## Shortcuts
33

4-
#### Icon : <img src="resources/PyAnalySeries_icon.svg" alt="shortcut icon" width="80" />
4+
### Icon : <img src="resources/PyAnalySeries_icon.svg" alt="shortcut icon" width="100" />
55

6-
#### Shortcut on Linux :
6+
### Shortcut on Linux :
77
* Copy the `misc/PyAnalySeries.desktop` file to your Desktop, and make change to specify YOURLOGIN
88
* Make change in the `PyAnalySeries.sh` file to specify the anaconda installation directory
99
* Set an icon on the shorcut by choosing the `resources/PyAnalySeries_icon.png` file as icon
1010

11-
#### Shortcut on MacOS :
11+
### Shortcut on MacOS :
1212
* Use Automator tool to set a shortcut (choose new application and execute shell)
1313
* Copy in the shell the PyAnalySeries.sh file content with correct anaconda path
1414
* Save as an application in your Desktop directory
1515
* Set an icon by pressing **⌘ + I** on the shorcut created and drag the `resources/PyAnalySeries_icon.svg` file on the top icon
1616

17-
#### Shortcut on Windows
17+
### Shortcut on Windows
1818
* Right-click on Desktop → **New → Text Document**
1919
* Rename to `run_pyanalyseries.bat` (⚠️ ensure `.bat`, not `.txt`)
2020
* Edit the file and paste:
21-
```@echo off
22-
call conda activate env_PyAnalySeries
23-
cd /d C:\Users\YOUR_USERNAME\PyAnalySeries
24-
python PyAnalySeries.py
25-
pause
21+
```
22+
@echo off
23+
call conda activate env_PyAnalySeries
24+
cd /d C:\Users\YOUR_USERNAME\PyAnalySeries
25+
python PyAnalySeries.py
26+
pause
2627
```
2728
* Save the file
2829
* Right-click the `.bat` file → **Create shortcut**

0 commit comments

Comments
 (0)