mirror of
https://github.com/Cian-H/nanoconc.git
synced 2025-12-23 22:52:01 +00:00
Implemented property based testing via PyCall.jl and hypothesis.py
This commit is contained in:
5
setup_venv.sh
Executable file
5
setup_venv.sh
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
python -m venv .venv
|
||||
source .venv/bin/activate
|
||||
pip install -r requirements.txt
|
||||
Reference in New Issue
Block a user