1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162
|
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2017, Tooru Oonuma.
# This file is distributed under the same license as the python-pcl package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: python-pcl 0.0.1.dev0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-07-31 13:25+0900\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: ..\..\source\install.rst:2
msgid "Installation Guide"
msgstr ""
#: ..\..\source\install.rst:7
msgid "Recommended Environments"
msgstr ""
#: ..\..\source\install.rst:9
msgid "We recommend these Linux distributions."
msgstr ""
#: ..\..\source\install.rst:11
msgid "`Ubuntu <http://www.ubuntu.com/>`_ 14.04/16.04 LTS 64bit"
msgstr ""
#: ..\..\source\install.rst:12
msgid "`MacOS <https://www.apple.com/macos/>`_ 10.10/10.11"
msgstr ""
#: ..\..\source\install.rst:13
msgid "`Windows <https://www.microsoft.com/>`_ 7/8.1/10 64bit"
msgstr ""
#: ..\..\source\install.rst:15
msgid "The following versions of Python can be used: 2.7.6+, 3.4.3+, 3.5.1+, and 3.6.0+."
msgstr ""
#: ..\..\source\install.rst:19
msgid "We are testing python-pcl automatically with Jenkins, where all the above *recommended* environments are tested."
msgstr ""
#: ..\..\source\install.rst:21
msgid "python-pcl is supported on Python 2.7.6+, 3.4.3+, 3.5.1+, 3.6.0+. python-pcl uses C++ compiler such as g++. You need to install it before installing python-pcl. This is typical installation method for each platform::"
msgstr ""
#: ..\..\source\install.rst:43
msgid "If you use old ``setuptools``, upgrade it::"
msgstr ""
#: ..\..\source\install.rst:49
msgid "Dependencies"
msgstr ""
#: ..\..\source\install.rst:51
msgid "Before installing python-pcl, we recommend to upgrade ``setuptools`` if you are using an old one::"
msgstr ""
#: ..\..\source\install.rst:55
msgid "The following Python packages are required to install python-pcl. The latest version of each package will automatically be installed if missing."
msgstr ""
#: ..\..\source\install.rst:58
msgid "`NumPy <http://www.numpy.org/>`_ 1.9, 1.10, 1.11, 1.12"
msgstr ""
#: ..\..\source\install.rst:62
msgid "Install python-pcl"
msgstr ""
#: ..\..\source\install.rst:65
msgid "Install python-pcl via pip"
msgstr ""
#: ..\..\source\install.rst:67
msgid "We recommend to install python-pcl via pip::"
msgstr ""
#: ..\..\source\install.rst:73
msgid "All optional PointCloudLibrary related libraries, need to be installed before installing python-pcl. After you update these libraries, please reinstall python-pcl because you need to compile and link to the newer version of them."
msgstr ""
#: ..\..\source\install.rst:78
msgid "Install python-pcl from source"
msgstr ""
#: ..\..\source\install.rst:80
msgid "The tarball of the source tree is available via ``pip download python-pcl`` or from `the release notes page <https://github.com/pfnet/python-pcl/releases>`_. You can use ``setup.py`` to install python-pcl from the tarball::"
msgstr ""
#: ..\..\source\install.rst:87
msgid "You can also install the development version of python-pcl from a cloned Git repository::"
msgstr ""
#: ..\..\source\install.rst:97
msgid "When an error occurs..."
msgstr ""
#: ..\..\source\install.rst:99
msgid "Use ``-vvvv`` option with ``pip`` command. That shows all logs of installation. It may help you::"
msgstr ""
#: ..\..\source\install.rst:109
msgid "Install python-pcl with pcl.dll"
msgstr ""
#: ..\..\source\install.rst:114
msgid "Install python-pcl for developers"
msgstr ""
#: ..\..\source\install.rst:116
msgid "python-pcl uses Cython (>=0.24). Developers need to use Cython to regenerate C++ sources from ``pyx`` files. We recommend to use ``pip`` with ``-e`` option for editable mode::"
msgstr ""
#: ..\..\source\install.rst:124
msgid "Users need not to install Cython as a distribution package of python-pcl only contains generated sources."
msgstr ""
#: ..\..\source\install.rst:128
msgid "Uninstall python-pcl"
msgstr ""
#: ..\..\source\install.rst:130
msgid "Use pip to uninstall python-pcl::"
msgstr ""
#: ..\..\source\install.rst:136
msgid "When you upgrade python-pcl, ``pip`` sometimes install the new version without removing the old one in ``site-packages``. In this case, ``pip uninstall`` only removes the latest one. To ensure that python-pcl is completely removed, run the above command repeatedly until ``pip`` returns an error."
msgstr ""
#: ..\..\source\install.rst:142
msgid "Upgrade python-pcl"
msgstr ""
#: ..\..\source\install.rst:144
msgid "Just use ``pip`` with ``-U`` option::"
msgstr ""
#: ..\..\source\install.rst:150
msgid "Reinstall python-pcl"
msgstr ""
#: ..\..\source\install.rst:152
msgid "If you want to reinstall python-pcl, please uninstall python-pcl and then install it. We recommend to use ``--no-cache-dir`` option as ``pip`` sometimes uses cache::"
msgstr ""
#: ..\..\source\install.rst:158
msgid "When you install python-pcl without PointCloudLibrary, and after that you want to use PointCloudLibrary, please reinstall python-pcl. You need to reinstall python-pcl when you want to upgrade PointCloudLibrary."
msgstr ""
#: ..\..\source\install.rst:163
msgid "FAQ"
msgstr ""
|