You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**pyABF welcomes contributions from the open source community!** The following information may make it easier to get started working with pyABF source code.
4
+
5
+
## Development Environment Setup
6
+
7
+
When working with Python projects I prefer the [VS Code editor](https://code.visualstudio.com/)
8
+
9
+
Install the latest version of Python from https://python.org
10
+
11
+
In a terminal, `cd` into this repository's top-level folder
12
+
13
+
Create a virtual environment: `python -m venv env`
14
+
15
+
Activate the virtual environment: `"env/Scripts/activate"`
16
+
17
+
Install the required packages: `pip install -r "src/requirements.txt"`
18
+
19
+
## Running Tests
20
+
21
+
In a terminal, `cd` into this repository's top-level folder
22
+
23
+
Activate the virtual environment: `"env/Scripts/activate"`
0 commit comments