ImperialCollegeLondon / sharpy

Simulation of High Aspect Ratio aeroplanes and wind turbines in Python: a nonlinear aeroelastic code
https://imperial.ac.uk/aeroelastics/sharpy
BSD 3-Clause "New" or "Revised" License
123 stars 58 forks source link

New pip installation #239

Closed ACea15 closed 6 months ago

ACea15 commented 1 year ago

Minor installation enhancement so that SHARPy can be installed automatically. Simply do

    git clone --recursive git@github.com:ImperialCollegeLondon/sharpy.git
    cd sharpy 
    pip install . 

or pip install -e . for the developer mode.

To be done

For the future

codecov-commenter commented 1 year ago

Codecov Report

Merging #239 (4937efe) into develop (4b5a520) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff            @@
##           develop     #239   +/-   ##
========================================
  Coverage    67.69%   67.69%           
========================================
  Files          166      166           
  Lines        26709    26709           
========================================
  Hits         18081    18081           
  Misses        8628     8628           

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

rafapalacios commented 7 months ago

After Ben's update of this pip, this pull request should not be needed anymore.