Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
yara-python
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
fact-depend
yara-python
Commits
d0921c04
Commit
d0921c04
authored
Dec 01, 2023
by
Victor M. Alvarez
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Install `setuptools` because it doesn't come pre-installed in Python 3.12
parent
df9c940c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
appveyor.yml
appveyor.yml
+3
-0
No files found.
appveyor.yml
View file @
d0921c04
...
@@ -108,6 +108,9 @@ install:
...
@@ -108,6 +108,9 @@ install:
# Install wheel.
# Install wheel.
-
"
%CMD_IN_ENV%
pip
install
wheel"
-
"
%CMD_IN_ENV%
pip
install
wheel"
# Install setuptools. Setup tools doesn't comes by default in Python 3.12.
-
"
%CMD_IN_ENV%
pip
install
setuptools"
# We are in projects/yara-python, lets go out to projects.
# We are in projects/yara-python, lets go out to projects.
-
cd ..
-
cd ..
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment