Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion install.ps1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
mkdir C:\BigARTM
cd C:\BigARTM
wget "https://ci.appveyor.com/api/projects/bigartm/bigartm/artifacts/BigARTM.7z?branch=stable&job=Environment%3A%20PYTHON_VERSION%3D3.5%2C%20MINICONDA%3DC%3A%5CMiniconda35-x64" -OutFile "$pwd\BigARTM.7z"
wget "https://ci.appveyor.com/api/buildjobs/k75qc84ami7x027v/artifacts/BigARTM.7z" -OutFile "$pwd\BigARTM.7z"
7z.exe x .\BigARTM.7z

cd protobuf\python
Expand Down
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ pip install protobuf
pip install tqdm

# Clone repository and build
git clone --branch=v0.8.3 https://github.com/bigartm/bigartm.git
git clone --branch=wheel https://github.com/vmarkovtsev/bigartm.git
cd bigartm
mkdir build && cd build
cmake ..
Expand Down