how can i use this program on windows:
https://pypi.python.org/pypi/timesheet/0.9.2
- in a python shell?
- in a windows cmd shell?
- using cygwin or something similar?
thanks,
matthias
___
Tutor maillist - Tutor@python.org
To unsubscribe or change su
; folder, open a cmd-window and do "python setup.py"), or do I
have to copy the entire folder structure into the site-packages folder of
my python directory first?
Thanks,
Matthias
> mpreisig . wrote:
>
> > how can i use this program on windows:
> >
> > https://pypi
Thanks a lot Peter and eryk for these very clear explanations. I was able
to install successfully using pip and run the program.
Best,
Matthias
> On Fri, Oct 14, 2016 at 4:52 PM, Peter Otten <__peter__ at web.de> wrote:
> >
> > python -m pip install timesheet
> >
> > on the commandline should take