File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,7 +10,8 @@ python:
1010 - " 3.7" # 3.7 development branch
1111
1212install :
13- - pip install octadist
13+ # - pip install octadist
14+ - pip install -i https://test.pypi.org/simple/ octadist
1415
1516script :
1617 - cd example-py
@@ -19,4 +20,3 @@ script:
1920 - python example_3.py
2021 - python example_4.py
2122 - python example_5.py
22-
Original file line number Diff line number Diff line change 1- [ ![ Travis-CI Test] (https://img.shields.io/travis/OctaDist/OctaDist/master.svg
2- )] ( https://travis-ci.org/OctaDist/OctaDist )
3- [ ![ Code size] ( https://img.shields.io/github/languages/code-size/OctaDist/OctaDist.svg )] ( https://github.com/OctaDist/OctaDist )
4- [ ![ Repo size] ( https://img.shields.io/github/repo-size/OctaDist/OctaDist.svg )] ( https://github.com/OctaDist/OctaDist )
1+ [ ![ Travis-CI Test] (https://img.shields.io/travis/OctaDist/OctaDist-PyPI/master.svg
2+ )] ( https://travis-ci.org/OctaDist/OctaDist-PyPI )
3+ ![ Python version] ( https://img.shields.io/pypi/pyversions/octadist.svg )
4+ ![ Python Wheel] ( https://img.shields.io/pypi/wheel/octadist.svg )
5+ ![ Code size] ( https://img.shields.io/github/languages/code-size/OctaDist/OctaDist-PyPI.svg )
6+ ![ Repo size] ( https://img.shields.io/github/repo-size/OctaDist/OctaDist-PyPI.svg )
57
68## OctaDist
79
@@ -26,7 +28,7 @@ With the abilities of OctaDist, you can:
2628- identify the type of octahedral coordination complexes.
2729- compute octahedral distortion parameters.
2830- display 3D molecule and other stuff.
29- - implement in your or other other program easily .
31+ - implement its functionality in your or other program.
3032
3133
3234## Getting started
Original file line number Diff line number Diff line change 33###################################################
44
55from octadist import calc
6- import numpy
76
87# The first atom must be metal center atom of octahedral structure.
98# If not, please see example_2.py for how to handle this issue.
You can’t perform that action at this time.
0 commit comments