Skip to content

Commit cda63e8

Browse files
author
jgbeninger
committed
packaging changes for pip upload
1 parent d689fa6 commit cda63e8

File tree

10 files changed

+1396
-3
lines changed

10 files changed

+1396
-3
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,12 @@ Copyright (C) 2021 Julian Rossbroich, Daniel Trotter, John Beninger, Richard Nau
1818
Implementation of a linear-nonlinear model of short-term plasticity as described in
1919
[Linear-Nonlinear Cascades Capture Synaptic Dynamics](https://www.biorxiv.org/content/early/2021/01/27/2020.06.04.133892).
2020

21+
## Installation
22+
The srplasticity package can be installed directly using the following command:
23+
pip install srplasticity==0.0.1
24+
25+
All source files and additional files are hosted on Github at https://github.com/nauralcodinglab/srplasticity.git
26+
2127
## Repository Structure
2228

2329
- The **srplasticity** package contains all source code and implements

build/lib/srplasticity/__init__.py

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
"""
2+
srplasticity package initialisation file
3+
Copyright (C) 2021 Julian Rossbroich, Daniel Trotter, John Beninger, Richard Naud
4+
5+
This program is free software: you can redistribute it and/or modify
6+
it under the terms of the GNU General Public License as published by
7+
the Free Software Foundation, either version 3 of the License, or
8+
(at your option) any later version.
9+
10+
This program is distributed in the hope that it will be useful,
11+
but WITHOUT ANY WARRANTY; without even the implied warranty of
12+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13+
GNU General Public License for more details.
14+
15+
You should have received a copy of the GNU General Public License
16+
along with this program. If not, see <https://www.gnu.org/licenses/>.
17+
"""

0 commit comments

Comments
 (0)