Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
install program silent
#2
Are you talking about a package that you created?
First create a setup.py file, and then create a wheel using:
python setup.py bdist_wheel
see: http://lucumr.pocoo.org/2014/1/27/python-on-wheels/

a wheel can be saved on PyPi, and loaded using a script.
I'm not sure if you can make it totally 'silent' because tools used to install the wheel usually display the steps being performed as they are executed. Look for a verbose option.
Reply


Messages In This Thread
install program silent - by shlomi27 - Aug-06-2018, 09:34 AM
RE: install program silent - by Larz60+ - Aug-06-2018, 10:08 AM
RE: install program silent - by shlomi27 - Aug-06-2018, 10:19 AM
RE: install program silent - by buran - Aug-06-2018, 10:25 AM
RE: install program silent - by shlomi27 - Aug-06-2018, 03:02 PM
RE: install program silent - by shlomi27 - Aug-06-2018, 05:49 PM
RE: install program silent - by nilamo - Aug-06-2018, 07:35 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  [split] Launch soft on Terminal in silent mode Note3409 2 2,184 Oct-03-2020, 08:21 PM
Last Post: Note3409
  Silent installation with Add python.exe to path ag248 3 6,836 Aug-09-2018, 11:38 AM
Last Post: ag248
  Adding into Path var while silent installation of Python Erik 7 7,550 Nov-20-2017, 04:16 PM
Last Post: Erik
  How to install my Python application as an Arch Linux Program BigMan 1 4,313 Apr-11-2017, 09:55 AM
Last Post: wavic

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020