-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b9ead1f
commit 40866ad
Showing
2 changed files
with
33 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
#!/bin/bash | ||
|
||
pip install --no-deps https://files.pythonhosted.org/packages/f8/8a/4cf31928a03b13f30e8b00134565990331087145f6e5248fd1bd7dcc2631/py3Dmol-0.7.2-py2.py3-none-any.whl | ||
|
||
|
||
# Add more build steps here, if they are necessary. | ||
|
||
# See | ||
# http://docs.continuum.io/conda/build.html | ||
# for a list of environment variables that are set during the build process. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# This file created for conda-build 3.10.9 | ||
# | ||
# ------------------------------------------------ | ||
|
||
package: | ||
name: py3dmol | ||
version: '0.7.2' | ||
|
||
requirements: | ||
build: | ||
- python | ||
run: | ||
- python | ||
- IPython | ||
test: | ||
imports: | ||
- py3Dmol | ||
about: | ||
home: https://github.com/3dmol/3Dmol.js/tree/master/py3Dmol | ||
license: MIT | ||
summary: A simple IPython/Jupyter widget to embed an interactive 3Dmol.js viewer in a notebook. | ||
|
||
|