We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 851f146 commit c6283ddCopy full SHA for c6283dd
1 file changed
Makefile
@@ -11,9 +11,9 @@ tox-test: environment
11
environment:
12
@pip install -r requirements_dev.txt
13
@pip install -r requirements.txt
14
- @pip install numexpr==2.3
15
@python setup.py develop
16
- @npm install gulp gulp-jshint
+ @pip install numexpr==2.3
+ @npm install bower
17
@mv mining/mining.sample.ini mining/mining.ini
18
19
.PHONY: install
0 commit comments