Conan 2.1 Documentation
from, as well as upload packages to, different servers (“remotes”), similar to the “git” push-pull model to/from git remotes. At a high level, the servers are just storing packages. They do not build to have Python installed in the system. You can do it with: $ git clone https://github.com/conan-io/conan conan_src $ cd conan_src $ git checkout develop2 # or to the specific tag you want to $ pip install unzip) the git repository and install it. Conan 2 is still in beta stage, so you must check the develop2 branch of the repository: # clone folder name matters, to avoid imports issues $ git clone https://github0 码力 | 694 页 | 4.13 MB | 1 年前3Conan 2.0 Documentation
from, as well as upload packages to, different servers (“remotes”), similar to the “git” push-pull model to/from git remotes. At a high level, the servers are just storing packages. They do not build to have Python installed in the system. You can do it with: $ git clone https://github.com/conan-io/conan conan_src $ cd conan_src $ git checkout develop2 # or to the specific tag you want to $ pip install unzip) the git repository and install it. Conan 2 is still in beta stage, so you must check the develop2 branch of the repository: # clone folder name matters, to avoid imports issues $ git clone https://github0 码力 | 652 页 | 4.00 MB | 1 年前3Conan 2.5 Documentation
from, as well as upload packages to, different servers (“remotes”), similar to the “git” push-pull model to/from git remotes. At a high level, the servers are just storing packages. They do not build configuration from Conan packages From Conan 2.2 it is possible to install configuration not only from git repos and http servers, but also from Conan packages. Doing conan config install-pkg myconf/myversion to have Python installed in the system. You can do it with: $ git clone https://github.com/conan-io/conan conan_src $ cd conan_src $ git checkout develop2 # or to the specific tag you want to $ pip install0 码力 | 769 页 | 4.70 MB | 1 年前3Conan 2.4 Documentation
from, as well as upload packages to, different servers (“remotes”), similar to the “git” push-pull model to/from git remotes. At a high level, the servers are just storing packages. They do not build configuration from Conan packages From Conan 2.2 it is possible to install configuration not only from git repos and http servers, but also from Conan packages. Doing conan config install-pkg myconf/myversion to have Python installed in the system. You can do it with: $ git clone https://github.com/conan-io/conan conan_src $ cd conan_src $ git checkout develop2 # or to the specific tag you want to $ pip install0 码力 | 769 页 | 4.69 MB | 1 年前3Conan 2.3 Documentation
from, as well as upload packages to, different servers (“remotes”), similar to the “git” push-pull model to/from git remotes. At a high level, the servers are just storing packages. They do not build configuration from Conan packages From Conan 2.2 it is possible to install configuration not only from git repos and http servers, but also from Conan packages. Doing conan config install-pkg myconf/myversion to have Python installed in the system. You can do it with: $ git clone https://github.com/conan-io/conan conan_src $ cd conan_src $ git checkout develop2 # or to the specific tag you want to $ pip install0 码力 | 748 页 | 4.65 MB | 1 年前3Conan 2.2 Documentation
from, as well as upload packages to, different servers (“remotes”), similar to the “git” push-pull model to/from git remotes. At a high level, the servers are just storing packages. They do not build configuration from Conan packages From Conan 2.2 it is possible to install configuration not only from git repos and http servers, but also from Conan packages. Doing conan config install-pkg myconf/myversion to have Python installed in the system. You can do it with: $ git clone https://github.com/conan-io/conan conan_src $ cd conan_src $ git checkout develop2 # or to the specific tag you want to $ pip install0 码力 | 718 页 | 4.46 MB | 1 年前3Conan 2.10 Documentation
from, as well as upload packages to, different servers (“remotes”), similar to the “git” push-pull model to/from git remotes. At a high level, the servers are just storing packages. They do not build configuration from Conan packages From Conan 2.2 it is possible to install configuration not only from git repos and http servers, but also from Conan packages. Doing conan config install-pkg myconf/myversion to have Python installed in the system. You can do it with: $ git clone https://github.com/conan-io/conan conan_src $ cd conan_src $ git checkout develop2 # or to the specific tag you want to $ pip install0 码力 | 803 页 | 5.02 MB | 10 月前3Flask入门教程
实现的终端模拟器) 来代 替系统自带的 cmd.exe,或是使用安装 Git for Windows 后(下一节)附带的 Git Bash。cmder 集成了 Git Bash,支持一些在 Linux 或 macOS 下才能使用的命令 (程序),比如 ls、cat、nano、ssh 等,这些命令我们在后面会用到。 使用 Git Git 是一个流行的版本控制工具,我们可以用它来记录程序源码和文件的变动情 如果你还不熟悉 Git 也没关系,可以先按照书中的命令去做,有时间再去了解原 理。现在要做的第一件事就是在你的电脑上安装 Git (可以执行 git --help 命 令检查是否已经安装,没有提示“命令未找到(Command not found)”则表示已安 装)。 安装后可以在命令行先使用使用下面的命令查看版本,没有报错则表示已正确安 装: $ git --version git version 为了让 Git 知道你是谁,以便在提交代码到版本仓库的时候进行记录,使用下面的 命令设置你的信息: $ git config --global user.name "Grey Li" # 替换成你的名字 $ git config --global user.email "withlihui@gmail.com" # 替换成 你的邮箱地址 现在为我们的项目文件夹创建一个 Git 仓库,这会在我们的项目根目录创建一个0 码力 | 127 页 | 7.62 MB | 1 年前3Conan 2.9 Documentation
from, as well as upload packages to, different servers (“remotes”), similar to the “git” push-pull model to/from git remotes. At a high level, the servers are just storing packages. They do not build configuration from Conan packages From Conan 2.2 it is possible to install configuration not only from git repos and http servers, but also from Conan packages. Doing conan config install-pkg myconf/myversion to have Python installed in the system. You can do it with: $ git clone https://github.com/conan-io/conan conan_src $ cd conan_src $ git checkout develop2 # or to the specific tag you want to $ pip install0 码力 | 795 页 | 4.99 MB | 10 月前3Conan 2.6 Documentation
from, as well as upload packages to, different servers (“remotes”), similar to the “git” push-pull model to/from git remotes. At a high level, the servers are just storing packages. They do not build configuration from Conan packages From Conan 2.2 it is possible to install configuration not only from git repos and http servers, but also from Conan packages. Doing conan config install-pkg myconf/myversion to have Python installed in the system. You can do it with: $ git clone https://github.com/conan-io/conan conan_src $ cd conan_src $ git checkout develop2 # or to the specific tag you want to $ pip install0 码力 | 777 页 | 4.91 MB | 10 月前3
共 1000 条
- 1
- 2
- 3
- 4
- 5
- 6
- 100