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 cbb6c10 commit be79bdbCopy full SHA for be79bdb
src/generators/python/index.ts
@@ -67,7 +67,7 @@ export const generatePythonClient = async (
67
const replacementReadmeLocation = join(__dirname, "_README.md");
68
await execute(`cp ${replacementReadmeLocation} README.md`, outputDir);
69
70
- await execute("python3.7 -m pip install .", outputDir);
+ await execute("python -m pip install .", outputDir);
71
72
await copyLicense("MIT", outputDir);
73
};
0 commit comments