Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ffe2884

Browse files
author
Haziman Hashim
authored
Update setup.py
1 parent 3e62b50 commit ffe2884

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ def _install_packages(self):
226226
use_shell = True
227227

228228
cmd_config = "%s config -ConfigFile /home/ubuntu/.config/NuGet/NuGet.Config"
229-
cmd = "%s pythonnet.sln -o packages" % nuget
229+
cmd = "%s restore pythonnet.sln -o packages" % nuget
230230
self.announce("Configuring NuGet")
231231
check_call(cmd, shell=use_shell)
232232
self.announce("Installing packages: %s" % cmd)

0 commit comments

Comments
 (0)