summarylogtreecommitdiffstats
path: root/jupyter-gnuplot_kernel.install
blob: 23fca7806a142cd0256ced60f2f3525f4009ebc3 (plain)
1
2
3
4
post_install() {
	printf '\e[1mInstalling spec file for current python installation.\e[1m\n'
	python -m gnuplot_kernel install
}