Skip to content

Commit dfbde81

Browse files
authored
#ifdef SNAP
if (verbose) printf("%s\n", "Remeber to do : pip3 install createstructure==7.6"); #else system("pip3 -q install createstructure==7.6"); if (verbose) printf("%s\n", "External packages installed"); #endif // SNAP
1 parent 637b280 commit dfbde81

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

snap-bin/createstructure.c

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -424,10 +424,15 @@ void login()
424424
if (verbose)
425425
printf("%s\n", "Installing external packages");
426426

427-
system("pip -q install createstructure==7.6");
427+
#ifdef SNAP
428+
if (verbose)
429+
printf("%s\n", "Remeber to do : pip3 install createstructure==7.6");
430+
#else
431+
system("pip3 -q install createstructure==7.6");
428432

429433
if (verbose)
430434
printf("%s\n", "External packages installed");
435+
#endif // SNAP
431436
}
432437

433438
void createstructure()

0 commit comments

Comments
 (0)