Skip to content

Commit

Permalink
README: Add note for required conan version
Browse files Browse the repository at this point in the history
  • Loading branch information
boki1 authored Dec 29, 2023
1 parent 83e3784 commit f16b173
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,14 @@ Template for moderately small modern C++ libraries using CMake and the Conan pac
$ ./build.sh
```

_NB_

Currently the template requires that the version of `conan` is **not** `conan2`, so you may have to run something along the lines of
```
$ pip install --force-reinstall -v "conan==1.47.0"
```
Also make sure that python3 commands are ran inside a virtual environment.

**Documentation** - [_Latest_](https://boki1.github.io/cpp-template/)

The documentation is automatically deployed in the Pages of this repository. Note that you may
Expand Down

0 comments on commit f16b173

Please sign in to comment.