fix- command fixed for window
This commit is contained in:
@@ -3,6 +3,6 @@
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"postinstall": "pip install -r requirements.txt",
|
||||
"dev": "python3 main.py"
|
||||
"dev": "python main.py"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,6 +3,6 @@
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"postinstall": "pip install -r requirements.txt",
|
||||
"dev": "python3 main.py"
|
||||
"dev": "python main.py"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user