|
|
1 month ago | |
|---|---|---|
| Python313.zip | 1 month ago | |
| Readme.md | 1 month ago | |
| execute_folders.bat | 1 month ago | |
Created by the MCSL Laboratory Team
MicroComputer Systems laboratory team
https://kalipso.math.uoi.gr
Dept. of Mathematics, University of Ioannina
This guide explains how to manually set up Python 3.13 for a specific
Windows user (Lab1), create a virtual environment, install LabelMe,
and launch the annotation tool.
A step-by-step visual walkthrough is included using textual descriptions in place of images.
Open Command Prompt as and Administrator and enter the following commands:
cd C:\Users
md Lab1
cd Lab1
md AppData
cd AppData
md Local
cd Local
md Programs
cd Programs
md Python
cd Python
If you noob open cmd (Windows+R) ->cmd and execute the: execute_folders.bat from this git It will automatically create the step 1 folders tree.
You should now see a folder tree like:
C:\Users
└── Lab1
└── AppData
└── Local
└── Programs
└── Python
A File Explorer window opens with administrator rights.
A UAC confirmation dialog may appear.
Move the uncompressed Python313 folder to:
C:\Users\Lab1\AppData\Local\Programs\Python
Final structure:
C:\Users\Lab1\AppData\Local\Programs\Python\Python313\
Execute the following:
cd C:\Users\Lab1\AppData\Local\Programs\Python
cd Python313
cd testenv
Scripts\activate
Visual result:
(testenv) C:\Users\Lab1\AppData\Local\Programs\Python\Python313\testenv>
labelme
A GUI window opens with annotation tools and an image panel.
Developed by the MCSL Laboratory Team
Sotirios Kontogiannis
https://kalipso.math.uoi.gr