Skip to content

Commit

Permalink
Change the name of spglib -> pyspglib. Simplify installation.
Browse files Browse the repository at this point in the history
  • Loading branch information
jochym committed May 21, 2014
1 parent 2888284 commit 3b2184b
Showing 1 changed file with 7 additions and 15 deletions.
22 changes: 7 additions & 15 deletions Installation.ipynb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"metadata": {
"name": "",
"signature": "sha256:0e983e7c8794e09ade348cb2f543be924e4b4fd799412659e267c646f772734f"
"signature": "sha256:6afa0e1dbea9d7787df69bf1ac2fc46fd4a33567634db56eeb748f34382acad2"
},
"nbformat": 3,
"nbformat_minor": 0,
Expand Down Expand Up @@ -103,7 +103,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"Except for standard system software you will need only the `gcc` compiler for compilation of the spglib module."
"Except for standard system software you will need only the `gcc` compiler for compilation of the pyspglib module."
]
},
{
Expand All @@ -120,19 +120,11 @@
"source": [
"1. Create a new environment `nipy` with the basic packages installed:\n",
"\n",
" conda create -n nipy ipython ipython-notebook numpy scipy matplotlib pip\n",
" conda create -n nipy ipython ipython-notebook numpy scipy matplotlib\n",
" \n",
"2. and activate it:\n",
"2. install the non-standard packages:\n",
"\n",
" source activate nipy\n",
"\n",
"3. install the `spglib` module\n",
"\n",
" pip install spglib\n",
" \n",
"4. install the non-standard packages:\n",
"\n",
" conda install -c https://conda.binstar.org/jochym python-ase elastic qeutil"
" conda install -n nipy -c https://conda.binstar.org/jochym python-ase pyspglib elastic qeutil"
]
},
{
Expand All @@ -155,11 +147,11 @@
"\n",
"The command to update all installed packages:\n",
"\n",
" conda update -c https://conda.binstar.org/jochym --all\n",
" conda update -n nipy -c https://conda.binstar.org/jochym --all\n",
" \n",
"If you need to update single package you use:\n",
"\n",
" conda update -c https://conda.binstar.org/jochym name_of_the_package\n",
" conda update -n nipy -c https://conda.binstar.org/jochym name_of_the_package\n",
" \n",
" "
]
Expand Down

0 comments on commit 3b2184b

Please sign in to comment.