gabisrau commited on
Commit
9a70671
·
1 Parent(s): 9ef39b5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,4 +1,4 @@
1
- pip install scipy
2
 
3
  from math import log2, pow
4
 
 
1
+ python -m pip install --user scipy
2
 
3
  from math import log2, pow
4