FlowModelingControl / flowtorch

flowTorch - a Python library for analysis and reduced-order modeling of fluid flows
GNU General Public License v3.0
131 stars 45 forks source link

Test flowTorch wheel package #17

Closed AndreWeiner closed 3 years ago

AndreWeiner commented 3 years ago

Dear @MehdiMak96 and @Tushargh29,

please have a look if the following flowTorch package installation works for you.

  1. download this wheel package
  2. open a terminal and navigate to the folder in which the .whl file is located
  3. run pip install flowTorch-0.1-py3-none-any.whl
  4. running pip list | grep flowTorch should now display something like flowTorch 0.1
  5. start python3 by typing python3 in the terminal; then run
    >> import flowtorch
    >> flowtorch.__version__
    # expected output
    '0.1'

    If the above steps work, I'll add some additional tests hereafter.

Best, Andre

Tushargh29 commented 3 years ago

Hello sir,

It is working for me. Thanks.

Best, Tushar

MehdiMak96 commented 3 years ago

Hello Andre,

It is working but just for the record I used pip3 instead.

Best ,Mehdi