Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mwcraig/conda-vpython-recipes
https://github.com/mwcraig/conda-vpython-recipes
Last synced: 20 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mwcraig/conda-vpython-recipes
- Owner: mwcraig
- Created: 2014-04-29T01:29:16.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2016-06-19T22:52:15.000Z (over 8 years ago)
- Last Synced: 2024-12-06T06:25:31.539Z (3 months ago)
- Language: Batchfile
- Size: 13.7 KB
- Stars: 2
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# conda-vpython-recipes
# To *install* vpython in anaconda do this
You do *not* need to build vpython yourself to use it in anaconda. To install it all you need to do is:
```
conda install -c mwcraig vpython
```# To *build* vpython and dependencies from source in anaconda
Use these recipes to build [vpython](http://vpython.org) for the
[anaconda python distribution](https://store.continuum.io/cshop/anaconda/).In more detail, assuming you have anaconda installed and you have downloaded this repo:
```bash
conda update conda # a good habit, always
conda install conda-build # unless you already have it, of course
cd conda-vpython-recipes # or whathever you called it
conda build boost-vpython # boost needs to be built before vpython
conda build fonttools polygon2 ttfquery vpython
```