Skip to content

Commit

Permalink
Merge branch '0.0.X' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-pv committed Jan 16, 2022
2 parents e878082 + 3d6f1b3 commit fd2282a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ $ pip install pyiwe
```
2. conda:
```bash
$ conda install -c alexander-pv pyiwe
$ conda install -c anaconda -c conda-forge -c alexander-pv pyiwe
```
The package file from PyPi or conda does not include terminal TNT. To install it, open python in terminal mode and import `pyiwe`
package.
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Installation

.. code:: bash
$ conda install -c alexander-pv pyiwe
$ conda install -c anaconda -c conda-forge -c alexander-pv pyiwe
The package file from PyPi or conda does not include terminal TNT. To
install it, open python in terminal mode and import ``pyiwe`` package.
Expand Down
2 changes: 1 addition & 1 deletion conda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ source:
path: ..

build:
noarch: python
x86_64: python
number: 0
script: python setup.py install --single-version-externally-managed --record=record.txt

Expand Down

0 comments on commit fd2282a

Please sign in to comment.