Skip to content

Commit

Permalink
pyneuroner
Browse files Browse the repository at this point in the history
  • Loading branch information
tompollard committed Mar 13, 2019
1 parent e5ba37d commit f4d1883
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ For GPU support, [GPU requirements for Tensorflow](https://www.tensorflow.org/in

```
# For CPU support (no GPU support):
pip3 install neuroner[cpu]
pip3 install pyneuroner[cpu]
# For GPU support:
pip3 install neuroner[gpu]
pip3 install pyneuroner[gpu]
```

You will also need to download some support packages.
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
# print(directory)

setup(
name='neuroner',
name='pyneuroner',

# Versions should comply with PEP440. For a discussion on single-sourcing
# the version across setup.py and the project code, see
# https://packaging.python.org/en/latest/single_source_version.html
version='0.5.2',
version='1.0-dev3',

description='NeuroNER',
long_description=long_description,
Expand Down

0 comments on commit f4d1883

Please sign in to comment.