Skip to content

Commit

Permalink
Add inquirer > setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ntr0pie committed Jan 21, 2020
1 parent 3c6549c commit 88dff8c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,6 @@
"matplotlib",
"pykep",
"pytest",
"inquirer",
]
)

5 comments on commit 88dff8c

@Vincent-zcm
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the "inquirer" pkg is not supported on the windows platform

@hornig
Copy link
Collaborator

@hornig hornig commented on 88dff8c Oct 12, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the "inquirer" pkg is not supported on the windows platform

hi, how does it represent itself, that it does not work?
Seems like it works for me, that I can shuffle through the options and select correctly the presented options.
Can you please explain a bit more?

@Vincent-zcm
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the "inquirer" pkg is not supported on the windows platform

hi, how does it represent itself, that it does not work?
Seems like it works for me, that I can shuffle through the options and select correctly the presented options.
Can you please explain a bit more?

hi, at that moment, I was downloading the "inquirer" pkg in pypi, and I saw the information that
"Currently the python-inquirer supports only UNIX-based platforms (eq. Mac OS, Linux, etc.). Windows is not supported at the moment!"
so, I thought that windows is not supported.
however, i have tried to installed and got success, I feel a little fuzzy now.

@hornig
Copy link
Collaborator

@hornig hornig commented on 88dff8c Oct 12, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hi, at that moment, I was downloading the "inquirer" pkg in pypi, and I saw the information that
"Currently the python-inquirer supports only UNIX-based platforms (eq. Mac OS, Linux, etc.). Windows is not supported at the moment!"
so, I thought that windows is not supported.
however, i have tried to installed and got success, I feel a little fuzzy now.

hehe, this is how I always feel.
When I chekc on pypi https://pypi.org/project/inquirer/#files it reads

inquirer-2.7.0-py2.py3-none-any.whl (31.1 kB) | Wheel | py2.py3 | Jun 9, 2020

so also with other projects "any" normally works. Of course tetsing them is needed, and so far, it has worked.

For sturcturing it a bit. Wha OS do you use?

@Vincent-zcm
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hi, at that moment, I was downloading the "inquirer" pkg in pypi, and I saw the information that
"Currently the python-inquirer supports only UNIX-based platforms (eq. Mac OS, Linux, etc.). Windows is not supported at the moment!"
so, I thought that windows is not supported.
however, i have tried to installed and got success, I feel a little fuzzy now.

hehe, this is how I always feel.
When I chekc on pypi https://pypi.org/project/inquirer/#files it reads

inquirer-2.7.0-py2.py3-none-any.whl (31.1 kB) | Wheel | py2.py3 | Jun 9, 2020

so also with other projects "any" normally works. Of course tetsing them is needed, and so far, it has worked.

For sturcturing it a bit. Wha OS do you use?

windows as my working computer, and macos as my usual computer

Please sign in to comment.