-
I would like to use frenchATC-for-MSFS2020. My problem is that I don't know how to use the "atc.py" file with python 3 I want a step-by-step explanation of the commands I need to write in PowerShell Regards, |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
Beta Was this translation helpful? Give feedback.
-
Hello ! Thanks for answering me ! I actually posted this question, and a few hours later I remembered how to use PowerShell.
The manipulation was completely successful, and I was able to test your ATC
Regards,
Marc
…________________________________
De : nash115 ***@***.***>
Envoyé : mercredi 6 décembre 2023 22:22
À : Nash115/frenchATC-for-MSFS2020 ***@***.***>
Cc : MarcRouj ***@***.***>; Author ***@***.***>
Objet : Re: [Nash115/frenchATC-for-MSFS2020] frenchATC-for-MSFS2020 How to make it work ? (Discussion #30)
* Vous pouvez lancer le programme en faisant un "double clic" dessus, ou alors en faisant un "Clic droit" > "Ouvrir avec" > "Python"
* Sinon, dans le powershell, vous pouvez taper la commande py atc.py après vous être déplacé dans dans le dossier où se trouve le contenu de tout les fichiers du programme.
Par exemple, si le programme se trouve dans 'C:\Users\USER\Desktop\atc', vous pourrez exécuter les commandes suivantes :
cd C:\Users\USER\Desktop\atc
py atc.py
—
Reply to this email directly, view it on GitHub<#30 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AQJM4LQSIJDMRVMVBBUOOPTYIDOZPAVCNFSM6AAAAAA77VZD4WVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM3TOOBRGQ4DS>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
Vous pouvez lancer le programme en faisant un "double clic" dessus, ou alors en faisant un "Clic droit" > "Ouvrir avec" > "Python"
Sinon, dans le powershell, vous pouvez taper la commande
py atc.py
après vous être déplacé dans dans le dossier où se trouve le contenu de tout les fichiers du programme.Par exemple, si le programme se trouve dans 'C:\Users\USER\Desktop\atc', vous pourrez exécuter les commandes suivantes :