Code Monkey home page Code Monkey logo

homebrew-python's Introduction

Homebrew Python

This Homebrew tap provides formulæ to install Python libraries with external dependencies that pip doesn't know how to handle, including the scientific Python stack (numpy, scipy, and matplotlib). We aim to provide precompiled bottles where we can. Please send us a pull request if you don't see your favorite!

'You're flying! How?' 'Python!'

How do I install these formulæ?

brew install homebrew/python/<formula>

Or brew tap homebrew/python and then brew install <formula>.

Troubleshooting

Please check the main Homebrew troubleshooting guide and then open an issue in this tap.

Python

Homebrew Python modules install to whichever Python is first in the PATH. Our formulæ are tested against Homebrew Python as well as the Python that came with your Mac.

Formulæ are installed with Python 2 support by default. For simultaneous Python 3 support, use brew install <formula> --with-python3. If you don't need Python 2.x support at all, you can pass --with-python3 --without-python.

How to submit a new formula

  • Fork this repository on GitHub.
  • Clone to your Mac.
  • Read Python for Formula Authors and look at the other formulæ here.
  • In your locally cloned homebrew-python repo, create a new branch: git checkout --branch my_new_formula
  • Write/edit your formula (ruby file). Check Homebrew's documentation for details.
  • Test it locally! brew install ./my-new-formula.rb. Does it install? Note, ./<formula>.rb will target the local file.
  • git push --set-upstream origin my-new-formula to get it into your GitHub fork as a new branch.
  • If you have to change something, add a commit and git push.
  • On GitHub, select your new branch and then click the "Pull Request" button.

homebrew-python's People

Contributors

samueljohn avatar tdsmith avatar mikemcquaid avatar bfontaine avatar xu-cheng avatar jacknagel avatar branliu0 avatar claudiodsf avatar jiegec avatar robios avatar stefanozanella avatar maxnordlund avatar joernhees avatar kkdd avatar octylfractal avatar arjun810 avatar codedreality avatar acrogenesis avatar msabramo avatar mariosnikolaou avatar mcornick avatar craftoid avatar mdrio avatar fanquake avatar imichka avatar tingping avatar andrewjpage avatar breichholf avatar jamestwebber avatar janmax avatar

Watchers

Steffen Möller avatar James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.