Skip to content

Commit

Permalink
add binder folder with specific env without dash
Browse files Browse the repository at this point in the history
  • Loading branch information
gVallverdu committed Jun 3, 2020
1 parent 008cb5e commit 4c61ca8
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 6 deletions.
6 changes: 0 additions & 6 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@ the Pyramidalization Angle*, *Under review*

`link to the preprint on HAL <https://hal.archives-ouvertes.fr/hal-02490358/document>`_.



Installation
============

Expand Down Expand Up @@ -134,10 +132,6 @@ In order to install in developper mode, first create an environment

If you want to build the documentation you also need to install sphinx.

::

pip install git+git://github.com/gVallverdu/pychemcurv.git


Licence and contact
===================
Expand Down
10 changes: 10 additions & 0 deletions binder/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# binder

This folder contains config files to setup the docker image on
[mybinder.org](https://mybinder.org/).

`requirements.txt`
: requirements to run pychemcurv on binder

`postBuild`
: post build commands to enable jupyter extension
File renamed without changes.
8 changes: 8 additions & 0 deletions binder/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
numpy>=1.18.1
jupyter>=1.0.0
matplotlib>=3.1.3
pandas>=1.0.3
pymatgen>=2020.4.29
ase>=3.19.1
nglview>=2.7.5
git+https://github.com/gVallverdu/pychemcurv.git@releases/tag/2020.6.3#egg=pychemcurv

0 comments on commit 4c61ca8

Please sign in to comment.