Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
pybind11_abseil
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
open
pybind11_abseil
Commits
4b781b87
Commit
4b781b87
authored
Aug 18, 2023
by
pybind11_abseil authors
Committed by
Copybara-Service
Aug 18, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add clarification on installing for downstream projects.
PiperOrigin-RevId: 558257360
parent
9a3d867b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
+2
-1
README.md
+2
-1
No files found.
README.md
View file @
4b781b87
...
@@ -77,7 +77,8 @@ FetchContent_MakeAvailable(pybind11 abseil-cpp pybind11_abseil)
...
@@ -77,7 +77,8 @@ FetchContent_MakeAvailable(pybind11 abseil-cpp pybind11_abseil)
To install the package so that it is accessible from system Python, run cmake
To install the package so that it is accessible from system Python, run cmake
with the flag
`-DCMAKE_INSTALL_PYDIR`
set to a directory on your PYTHONPATH and
with the flag
`-DCMAKE_INSTALL_PYDIR`
set to a directory on your PYTHONPATH and
subsequently run
`make install`
.
subsequently run
`make install`
. This also works on projects that include
pybind11_abseil via FetchContent.
## absl::Duration
## absl::Duration
...
...
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